12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- Version NEXT
- ============
- :Released: FUTURE
- :Maintainer:
- Version 0.1.3
- =============
- :Released: 2016-02-14
- :Maintainer: Ben Finney <ben+python@benfinney.id.au>
- * Implement ‘builtins.open’ patch helper function.
- * Distribute full source code in generated ‘sdist’.
- Version 0.1.2
- =============
- :Released: 2016-02-01
- :Maintainer: Ben Finney <ben+python@benfinney.id.au>
- * Gracefully handle the absence of ‘pwd’ module on some platforms.
- Version 0.1.1
- =============
- :Released: 2016-01-29
- :Maintainer: Ben Finney <ben+python@benfinney.id.au>
- * Remove superfluous test runner complexity from tutorial.
- Version 0.1
- ===========
- :Released: 2016-01-29
- :Maintainer: Ben Finney <ben+python@benfinney.id.au>
- * Initial release.
- ..
- This document is written using `reStructuredText`_ markup, and can
- be rendered with `Docutils`_ to other formats.
- .. _Docutils: http://docutils.sourceforge.net/
- .. _reStructuredText: http://docutils.sourceforge.net/rst.html
- ..
- This is free software: you may copy, modify, and/or distribute this work
- under the terms of the GNU General Public License as published by the
- Free Software Foundation; version 3 of that license or any later version.
- No warranty expressed or implied. See the file ‘LICENSE.GPL-3’ for details.
- ..
- Local variables:
- coding: utf-8
- mode: text
- mode: rst
- End:
- vim: fileencoding=utf-8 filetype=rst :
|