Kaydet (Commit) b5559f75 authored tarafından Lenny Truong's avatar Lenny Truong

Move CHANGES to docs/changelog.rst

üst 49a35d8f
0.1 -- Initial release
0.2 -- Added Python 3 support
0.2.1 -- Modified TreeWalk to add '_name' suffix for
functions that work on attribute names
0.3 -- Added support for Python 3.3. Added YieldFrom and
updated Try and With. Also, fixed a packaging bug
on Python 3. See pull requests #1 and #2 for more
information.
0.4 -- Added a visitor for NameConstant.
Added initial test suite and documentation.
0.4.1 -- Added missing SourceGenerator.visit_arguments()
0.5 -- Added support for Python 3.5 infix matrix
multiplication
0.6 -- Added support for Python 3.6 f-strings and async comprehensions.
.. currentmodule:: astor
Release Notes
-------------
- 0.1 -- Initial release
- 0.2 -- Added Python 3 support
- 0.2.1 -- Modified TreeWalk to add '_name' suffix for
functions that work on attribute names
- 0.3 -- Added support for Python 3.3. Added YieldFrom and
updated Try and With. Also, fixed a packaging bug
on Python 3. See pull requests #1 and #2 for more
information.
- 0.4 -- Added a visitor for NameConstant.
Added initial test suite and documentation.
- 0.4.1 -- Added missing SourceGenerator.visit_arguments()
- 0.5 -- Added support for Python 3.5 infix matrix
multiplication
- 0.6 -- Added support for Python 3.6 f-strings and async comprehensions.
...@@ -272,5 +272,6 @@ Note 2: ...@@ -272,5 +272,6 @@ Note 2:
This tool WILL TRASH the tmp_rtrip directory (unless readonly This tool WILL TRASH the tmp_rtrip directory (unless readonly
is specified) -- as far as it is concerned, it OWNS that directory. is specified) -- as far as it is concerned, it OWNS that directory.
.. include:: changelog.rst
.. _GitHub: https://github.com/berkerpeksag/astor/ .. _GitHub: https://github.com/berkerpeksag/astor/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment