mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Added a file containing the changes made during GSoC.
This commit is contained in:
parent
4391e63b07
commit
df23646878
19
CHANGES.DasIch
Normal file
19
CHANGES.DasIch
Normal file
@ -0,0 +1,19 @@
|
||||
Changes
|
||||
=======
|
||||
|
||||
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 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
|
||||
booleans.
|
||||
- Moved :func:`open()` calls out of the try-blocks, which fixes revision
|
||||
c577c25bd44b.
|
||||
|
||||
April 30: Made :cls:`sphinx.domains.cpp.DefExpr` unhashable as described by the
|
||||
documentation because classes in 3.x don't inherit ``__hash__`` if
|
||||
they implement ``__eq__``.
|
||||
|
||||
April 29: Removed several deprecated function/method calls.
|
Loading…
Reference in New Issue
Block a user