File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- What's New
2- **********
1+ What's New in v0.12.x
2+ *********************
3+
4+
5+ .. whats-new-0.12.2:
6+
7+ What's new in version 0.12.2
8+ ============================
9+
10+ - Add ``bytes.maketrans() `` method (issue #51)
11+ - Add support for Python versions between 2.7.0 and 2.7.3 (inclusive). (Patch
12+ contributed by Nicolas Delaby.) (issue #53)
13+ - Bug fix for ``newlist(newlist([1, 2, 3])) ``: issue #50
314
415
516.. whats-new-0.12.1:
@@ -16,8 +27,8 @@ What's new in version 0.12.1
1627
1728.. whats-new-0.12:
1829
19- What's new in version 0.12
20- ==========================
30+ What's new in version 0.12.0
31+ ============================
2132
2233The major new feature in this version is improvements in the support for the
2334reorganized standard library (PEP 3108) and compatibility of the import
You can’t perform that action at this time.
0 commit comments