mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Added information about the i did during the weekend to the changes file
This commit is contained in:
parent
e20b61b06e
commit
22a01fab9b
@ -5,6 +5,17 @@ This file contains changes made by Daniel Neuhäuser, during the Google Summer
|
||||
of Code 2010, to port Sphinx to Python 3.x. Changes are ordered descending by
|
||||
date.
|
||||
|
||||
May 10: Fixed a couple of tests and made several small changes.
|
||||
|
||||
May 9: - Removed ez_setup.py which does not work with Python 3.x. and replaced
|
||||
it with distribute_setup.py
|
||||
- Use distribute (at least on 3.x) in order to run 2to3 automatically.
|
||||
- Reverted some of the changes made in revision bac40c7c924c which
|
||||
caused errors.
|
||||
- Modified tests/run.py to test against the build created by
|
||||
setup.py build in order to run the test suite with 3.x
|
||||
- Several small changes to fix 3.x compatibilty.
|
||||
|
||||
May 1: - Removed deprecated tuple parameter unpacking.
|
||||
- Removed a pre-2.3 workaround for booleans because this creates a
|
||||
deprecation warning for 3.x, in which you can't assign values to
|
||||
|
Loading…
Reference in New Issue
Block a user