Be explicit about why we use ‘io.BytesIO’ for the fake file.
[python-gajja.git] / CHANGES
blob60dbafb1284126010c9b060850fe85ebc0c2a485
1 Version NEXT
2 ============
4 :Released: FUTURE
5 :Maintainer:
8 Version 0.1.3
9 =============
11 :Released: 2016-02-14
12 :Maintainer: Ben Finney <ben+python@benfinney.id.au>
14 * Implement ‘builtins.open’ patch helper function.
16 * Distribute full source code in generated ‘sdist’.
19 Version 0.1.2
20 =============
22 :Released: 2016-02-01
23 :Maintainer: Ben Finney <ben+python@benfinney.id.au>
25 * Gracefully handle the absence of ‘pwd’ module on some platforms.
28 Version 0.1.1
29 =============
31 :Released: 2016-01-29
32 :Maintainer: Ben Finney <ben+python@benfinney.id.au>
34 * Remove superfluous test runner complexity from tutorial.
37 Version 0.1
38 ===========
40 :Released: 2016-01-29
41 :Maintainer: Ben Finney <ben+python@benfinney.id.au>
43 * Initial release.
48     This document is written using `reStructuredText`_ markup, and can
49     be rendered with `Docutils`_ to other formats.
51     ..  _Docutils: http://docutils.sourceforge.net/
52     ..  _reStructuredText: http://docutils.sourceforge.net/rst.html
55     This is free software: you may copy, modify, and/or distribute this work
56     under the terms of the GNU General Public License as published by the
57     Free Software Foundation; version 3 of that license or any later version.
58     No warranty expressed or implied. See the file ‘LICENSE.GPL-3’ for details.
61     Local variables:
62     coding: utf-8
63     mode: text
64     mode: rst
65     End:
66     vim: fileencoding=utf-8 filetype=rst :