summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.1.rst
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-31 16:14:33 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-31 16:14:33 (GMT)
commit5b5e81c637eb115b27b4c5c66cf1cf348c706162 (patch)
treee83d0ce68e92750e40fbb901a0659bade6f41674 /Doc/whatsnew/2.1.rst
parent862543aa85249b46649b60da96743b4b14c6c83b (diff)
downloadcpython-5b5e81c637eb115b27b4c5c66cf1cf348c706162.zip
cpython-5b5e81c637eb115b27b4c5c66cf1cf348c706162.tar.gz
cpython-5b5e81c637eb115b27b4c5c66cf1cf348c706162.tar.bz2
Merged revisions 59605-59624 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r59606 | georg.brandl | 2007-12-29 11:57:00 +0100 (Sat, 29 Dec 2007) | 2 lines Some cleanup in the docs. ........ r59611 | martin.v.loewis | 2007-12-29 19:49:21 +0100 (Sat, 29 Dec 2007) | 2 lines Bug #1699: Define _BSD_SOURCE only on OpenBSD. ........ r59612 | raymond.hettinger | 2007-12-29 23:09:34 +0100 (Sat, 29 Dec 2007) | 1 line Simpler documentation for itertools.tee(). Should be backported. ........ r59613 | raymond.hettinger | 2007-12-29 23:16:24 +0100 (Sat, 29 Dec 2007) | 1 line Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object(). ........ r59620 | christian.heimes | 2007-12-31 15:47:07 +0100 (Mon, 31 Dec 2007) | 3 lines Added wininst-9.0.exe executable for VS 2008 Integrated bdist_wininst into PCBuild9 directory ........ r59621 | christian.heimes | 2007-12-31 15:51:18 +0100 (Mon, 31 Dec 2007) | 1 line Moved PCbuild directory to PC/VS7.1 ........ r59622 | christian.heimes | 2007-12-31 15:59:26 +0100 (Mon, 31 Dec 2007) | 1 line Fix paths for build bot ........ r59623 | christian.heimes | 2007-12-31 16:02:41 +0100 (Mon, 31 Dec 2007) | 1 line Fix paths for build bot, part 2 ........ r59624 | christian.heimes | 2007-12-31 16:18:55 +0100 (Mon, 31 Dec 2007) | 1 line Renamed PCBuild9 directory to PCBuild ........
Diffstat (limited to 'Doc/whatsnew/2.1.rst')
-rw-r--r--Doc/whatsnew/2.1.rst30
1 files changed, 15 insertions, 15 deletions
diff --git a/Doc/whatsnew/2.1.rst b/Doc/whatsnew/2.1.rst
index 2be11ba..c3f1280 100644
--- a/Doc/whatsnew/2.1.rst
+++ b/Doc/whatsnew/2.1.rst
@@ -6,7 +6,7 @@
.. |release| replace:: 1.01
-.. % $Id: whatsnew21.tex 51211 2006-08-11 14:57:12Z thomas.wouters $
+.. $Id: whatsnew21.tex 50964 2006-07-30 03:03:43Z fred.drake $
Introduction
@@ -29,7 +29,7 @@ January, 3 months after the final version of 2.0 was released.
The final release of Python 2.1 was made on April 17, 2001.
-.. % ======================================================================
+.. ======================================================================
PEP 227: Nested Scopes
@@ -123,7 +123,7 @@ all of 2.1's lifetime to fix any breakage resulting from their introduction.
:pep:`227` - Statically Nested Scopes
Written and implemented by Jeremy Hylton.
-.. % ======================================================================
+.. ======================================================================
PEP 236: __future__ Directives
@@ -153,7 +153,7 @@ precede any statement that will result in bytecodes being produced.
:pep:`236` - Back to the :mod:`__future__`
Written by Tim Peters, and primarily implemented by Jeremy Hylton.
-.. % ======================================================================
+.. ======================================================================
PEP 207: Rich Comparisons
@@ -223,7 +223,7 @@ comparison. I won't cover the C API here, but will refer you to PEP 207, or to
Written by Guido van Rossum, heavily based on earlier work by David Ascher, and
implemented by Guido van Rossum.
-.. % ======================================================================
+.. ======================================================================
PEP 230: Warning Framework
@@ -295,7 +295,7 @@ Functions were also added to Python's C API for issuing warnings; refer to PEP
:pep:`230` - Warning Framework
Written and implemented by Guido van Rossum.
-.. % ======================================================================
+.. ======================================================================
PEP 229: New Build System
@@ -335,7 +335,7 @@ simpler.
:pep:`229` - Using Distutils to Build Python
Written and implemented by A.M. Kuchling.
-.. % ======================================================================
+.. ======================================================================
PEP 205: Weak References
@@ -416,7 +416,7 @@ exists. If the object is deallocated, attempting to use a proxy will cause a
:pep:`205` - Weak References
Written and implemented by Fred L. Drake, Jr.
-.. % ======================================================================
+.. ======================================================================
PEP 232: Function Attributes
@@ -454,7 +454,7 @@ that behaves like a mapping.
:pep:`232` - Function Attributes
Written and implemented by Barry Warsaw.
-.. % ======================================================================
+.. ======================================================================
PEP 235: Importing Modules on Case-Insensitive Platforms
@@ -472,7 +472,7 @@ is found, so ``import file`` will not import a module named ``FILE.PY``. Case-
insensitive matching can be requested by setting the :envvar:`PYTHONCASEOK`
environment variable before starting the Python interpreter.
-.. % ======================================================================
+.. ======================================================================
PEP 217: Interactive Display Hook
@@ -502,7 +502,7 @@ printing function::
:pep:`217` - Display Hook for Interactive Use
Written and implemented by Moshe Zadka.
-.. % ======================================================================
+.. ======================================================================
PEP 208: New Coercion Model
@@ -534,7 +534,7 @@ object's numeric methods).
Marc-André Lemburg. Read this to understand the fine points of how numeric
operations will now be processed at the C level.
-.. % ======================================================================
+.. ======================================================================
PEP 241: Metadata in Python Packages
@@ -574,7 +574,7 @@ available from the Distutils SIG at http://www.python.org/sigs/distutils-sig/.
Written by Sean Reifschneider, this draft PEP describes a proposed mechanism for
uploading Python packages to a central server.
-.. % ======================================================================
+.. ======================================================================
New and Improved Modules
@@ -677,7 +677,7 @@ New and Improved Modules
implementation. Use it for debugging, and resist the temptation to put it into
production code.
-.. % ======================================================================
+.. ======================================================================
Other Changes and Fixes
@@ -782,7 +782,7 @@ And there's the usual list of minor bugfixes, minor memory leaks, docstring
edits, and other tweaks, too lengthy to be worth itemizing; see the CVS logs for
the full details if you want them.
-.. % ======================================================================
+.. ======================================================================
Acknowledgements