Skip to content

Commit 4173c7c

Browse files
committed
Doc cleanups
1 parent 59056e6 commit 4173c7c

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

docs/credits.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,21 @@ Sponsor
3535
Python Charmers Pty Ltd, Australia, and Python Charmers Pte Ltd, Singapore.
3636
http://pythoncharmers.com
3737

38+
3839
.. _authors:
3940

4041
Authors
41-
=======
42+
-------
4243

4344
Python-Future is written and maintained by Ed Schofield and various contributors:
4445

4546
Development Lead
46-
----------------
47+
~~~~~~~~~~~~~~~~
4748

4849
- Ed Schofield <ed@pythoncharmers.com>
4950

5051
Patches
51-
-------
52+
~~~~~~~
5253

5354
- Denis Cornehl
5455
- Nicolas Delaby
@@ -63,7 +64,7 @@ Patches
6364
- Mystic-Mirage (GitHub)
6465

6566
Suggestions and Feedback
66-
------------------------
67+
~~~~~~~~~~~~~~~~~~~~~~~~
6768

6869
- Chris Adams
6970
- Martijn Faassen
@@ -72,8 +73,9 @@ Suggestions and Feedback
7273
- wluebbe (GitHub)
7374

7475

75-
Others
76-
------
76+
Other Credits
77+
-------------
78+
7779
- The backported ``super()`` and ``range()`` functions are derived from Ryan
7880
Kelly's ``magicsuper`` module and Dan Crosta's ``xrange`` module.
7981

docs/whatsnew.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ What's New in v0.12.x
77
What's new in version 0.12.3
88
============================
99

10-
- Add "Python 3.4 support": Py3.4 is now listed among the PyPI Trove
11-
classifiers and Travis-CI tests are now also run on Py3.4 (issue #67).
10+
- Add "official Python 3.4 support": Py3.4 is now listed among the PyPI Trove
11+
classifiers and the tests now run successfully on Py3.4 (issue #67).
12+
1213
- Add ``--version`` option for ``futurize`` and ``pasteurize`` scripts
1314
(issue #57).
1415

@@ -22,8 +23,12 @@ What's new in version 0.12.3
2223
- Fix deprecated ``unittest`` usage in Py3 (also issue #62).
2324
- Be explicit about encoding temporary file contents as UTF-8 for
2425
when LANG=C (e.g. when building an RPM) (issue #63).
25-
- Docs: add list of fixers used by ``futurize``.
26-
- Docs: add list of contributors to credits page.
26+
- All undecorated tests are now passing again on Python 2.7, 3.3,
27+
and 3.4 (thanks to Elliott Sales de Andrade).
28+
29+
- Docs:
30+
- Add list of fixers used by ``futurize`` (issue #58).
31+
- Add list of contributors to the Credits page.
2732

2833
.. whats-new-0.12.2:
2934
@@ -33,7 +38,7 @@ What's new in version 0.12.2
3338
- Add ``bytes.maketrans()`` method (issue #51).
3439
- Add support for Python versions between 2.7.0 and 2.7.3 (inclusive)
3540
(issue #53).
36-
- Bug fix for ``newlist(newlist([1, 2, 3]))``: issue #50.
41+
- Bug fix for ``newlist(newlist([1, 2, 3]))`` (issue #50).
3742

3843

3944
.. whats-new-0.12.1:

0 commit comments

Comments
 (0)