This commit was manufactured by cvs2svn to create tag 'r212'.
[python/dscho.git] / Misc / NEWS
blobbc8a258d97003d0c1822099bdcb240c39e5426f3
1 What's New in Python 2.1.2 (final)?
2 ===================================
4 Changes in metadata:
6 - Fixed the version numbers in the LICENSE, and the copyright date in
7   numerous places.
9 - Fixed the instructions (in Doc/lib/libposix.tex) for building with
10   Large Filesystem Support (LFS).
12 - Added GetArgv() docs in Mac UI chapter.
14 - Some fixes to the Misc/NEWS file (e.g. the note about the new 32-bit
15   installer wasn't in the 2.1.2c1 release).
17 One code change:
19 - Backported a bugfix for importdl.c, SF patch #471839: Bug when
20   extensions import extensions.
23 What's New in Python 2.1.2 (rc1)?
24 =================================
26 - The 32-bit Windows installer (new for 2.2) is now used for 2.1.2
27   too.  This works much better on Windows 2000 and XP, especially
28   if you don't have Administrator privileges.
30 - The socket object gained a new method, 'sendall()'. This method
31   is guaranteed to send all data - this is not guaranteed by the
32   'send()' method. See also SF patch #474307. The standard library
33   has been updated to use this method where appropriate.
35 Many bugs were fixed. The following is a list of some of the major or
36 notable fixes:
38 - Fix for incorrectly swapped arguments to PyFrame_BlockSetup in ceval.c.
39   This bug could cause python to crash. It was related to using a 'continue'
40   inside a 'try' block.
42 - SF bug #422004: Py_Initialise fix that allows reload(exceptions) to
43   work - this is apparently very important for embedded python working
44   with multiple interpreters.
46 - SF patch #500401: webbrowser: tightened up the command passed to
47   os.system() so that arbitrary shell code can't be executed because a
48   bogus URL was passed in.
50 - The Python compiler package was updated to correctly calculate stack
51   depth in some cases. This was affecting Zope Python Scripts rather badly.
53 - Largefile support was added (but not on by default, you'll need to follow
54   the instructions in the documentation of the posix module).
56 - SF bug #443120: Fix a cgi.py denial-of-service attack,
58 - socketmodule's SSL_read and SSL_write now release the global interpreter
59   lock.
61 - threading uses the PTHREAD_SCOPE_SYSTEM attribute where available.
62   This should remove the need to add tiny sleeps at the start of threads
63   to allow other threads to be scheduled.
65 - Lib/asyncore is now more defensive in select()
67 - Lib/dumbdbm is now merely dumb, rather than terminally broken.
69 - SF bug #441712: more liberal handling of ftp servers' 227 responses
70   (don't require parentheses).
72 - SF bug #440693: make sure zip files use "/" as directory separator.
74 - If 'unittest.py' was run from the command line with the name of a test
75   case class as a parameter, it failed with an ugly error.
77 - SF bug #231249: cgi.py opens too many (temporary) files.
79 - Lib/CGIHTTPServer.py supports binary data on Windows.
81 - base64.encodestring/decodestring are much faster.
83 - SF bug #471928: global made w/nested list comprehensions
85 - SF patch #422106: fix segmentation fault in sys.displayhook
87 - SF bug 476129: gc.collect sometimes hangs
89 - SF bug #448351: select.select() puts FDs on the heap where needed.
92 What's New in Python 2.1.1 (final) ?
93 ==============================
95 - The following bugs were fixed:
97     [ #441664 ] Python crash on del of a slice of a mmap
98     [ #438050 ] configure doesn't look for poll.h in sys
99     [ #437487 ] 2.1 build on Solaris fails if CC is set
100     [ #441527 ] unixccompiler preprocessor broken
103 What's New in Python 2.1.1c1 ?
104 ==============================
106 - Python 2.1.1 comes with the new, GPL-compatible PSF licence.
108 - Several insecurities in dict comparison as well as a scoping bug,
109   that could lead to the Python interpreter crashing were fixed.
111 - Python should compile and run out of the box using the Borland C
112   compiler (under Windows), thanks to Stephen Hansen.
114 - A large number of bugs was fixed, both in code and in the
115   documentation, including (but not limited to) the following
116   bugreports from SourceForge:
118     [ #416530 ] No notes for building on Mac OS X 10.0
119     [ #416573 ] makesockaddr() AF_UNIX ignores sun_len
120     [ #417030 ] print '%*s' fails for unicode string
121     [ #417093 ] Case sensitive import: dir and .py file w/ same name
122     [ #417418 ] Python 2.1 compile error on HPUX
123     [ #417587 ] compiler warnings compiling 2.1
124     [ #417845 ] Python 2.1: SocketServer.ThreadingMixIn
125     [ #417943 ] xreadlines documented twice for file obj
126     [ #418296 ] WinMain.c should use WIN32_LEAN_AND_MEAN.
127     [ #418615 ] regular expression bug in pipes.py.
128     [ #418977 ] Access Violation in PyCell_Set
129     [ #419434 ] Tutorial contains wrong sample code.
130     [ #419873 ] ThreadingTCPServer invalidating sockets
131     [ #420216 ] bad links in v2.1 docs
132     [ #420230 ] fileinput deletes backups without warnin
133     [ #420343 ] SystemError from tuple() builtin
134     [ #420399 ] wrong HTML ("trademark" symbols?)
135     [ #421999 ] wrong priority doc for ** vs unary -
136     [ #422108 ] Error in rich comparisons
137     [ #422121 ] Insecurities in dict comparison
138     [ #422702 ] dbhash.open default
139     [ #423087 ] A small typo in weakref documentation
140     [ #423429 ] very minor nit in library ref
141     [ #424776 ] SMTP Example does not work
142     [ #424951 ] ThreadingTCPServer file handle errors.
143     [ #425320 ] Typo in introduction.
144     [ #427698 ] objects with __eq__ are not hashable
145     [ #427783 ] Lang Ref section 4.1 s/is/in/
146     [ #427985 ] optional "listen" parameter in asyncore
147     [ #428419 ] include/rangeobject.h needs extern "C"
148     [ #429059 ] No docs for os.getenv()
149     [ #429070 ] Thread.getDaemon()should be isDaemon()
150     [ #429361 ] popen2.Popen3.wait() exit code
151     [ #429554 ] PyList_SET_ITEM documentation omission
152     [ #430627 ] Fixes for templates/module.tex file
153     [ #430991 ] wrong co_lnotab
154     [ #431772 ] traceback.print_exc() causes traceback
155     [ #432369 ] ConfigParser: problem w/ mixed-case opts
156     [ #433228 ] repr(list) woes when len(list) big
157     [ #433904 ] rexec: all s_* methods return None only
158     [ #434186 ] 0x80000000/2 != 0x80000000>>1
159     [ #434975 ] Typo on Posix Large File Support page
160     [ #435066 ] PyObject_ClearWeakRefs misdocumented
161     [ #436525 ] Wrong macro name
162     [ #437041 ] strfime %Z isn't an RFC 822 timezone
163     [ #437879 ] SocketServer.py related problems
164     [ #438032 ] Documentation errors in module "profile"
165     [ #439012 ] Need doc: initial state of allocs
166     [ #439104 ] Tuple richcompares has code-typo
167     [ #439798 ] Nested scopes core dump
168     [ #439823 ] poll docs should mention timeout unit
169     [ #440037 ] C API descriptions not complete/consistent
172 What's New in Python 2.1 (final)?
173 =================================
175 We only changed a few things since the last release candidate, all in
176 Python library code:
178 - A bug in the locale module was fixed that affected locales which
179   define no grouping for numeric formatting.
181 - A few bugs in the weakref module's implementations of weak
182   dictionaries (WeakValueDictionary and WeakKeyDictionary) were fixed,
183   and the test suite was updated to check for these bugs.
185 - An old bug in the os.path.walk() function (introduced in Python
186   2.0!) was fixed: a non-existent file would cause an exception
187   instead of being ignored.
189 - Fixed a few bugs in the new symtable module found by Neil Norwitz's
190   PyChecker.
193 What's New in Python 2.1c2?
194 ===========================
196 A flurry of small changes, and one showstopper fixed in the nick of
197 time made it necessary to release another release candidate.  The list
198 here is the *complete* list of patches (except version updates):
200 Core
202 - Tim discovered a nasty bug in the dictionary code, caused by
203   PyDict_Next() calling dict_resize(), and the GC code's use of
204   PyDict_Next() violating an assumption in dict_items().  This was
205   fixed with considerable amounts of band-aid, but the net effect is a
206   saner and more robust implementation.
208 - Made a bunch of symbols static that were accidentally global.
210 Build and Ports
212 - The setup.py script didn't check for a new enough version of zlib
213   (1.1.3 is needed).  Now it does.
215 - Changed "make clean" target to also remove shared libraries.
217 - Added a more general warning about the SGI Irix optimizer to README.
219 Library
221 - Fix a bug in urllib.basejoin("http://host", "../file.html") which
222   omitted the slash between host and file.html.
224 - The mailbox module's _Mailbox class contained a completely broken
225   and undocumented seek() method.  Ripped it out.
227 - Fixed a bunch of typos in various library modules (urllib2, smtpd,
228   sgmllib, netrc, chunk) found by Neil Norwitz's PyChecker.
230 - Fixed a few last-minute bugs in unittest.
232 Extensions
234 - Reverted the patch to the OpenSSL code in socketmodule.c to support
235   RAND_status() and the EGD, and the subsequent patch that tried to
236   fix it for pre-0.9.5 versions; the problem with the patch is that on
237   some systems it issues a warning whenever socket is imported, and
238   that's unacceptable.
240 Tests
242 - Fixed the pickle tests to work with "import test.test_pickle".
244 - Tweaked test_locale.py to actually run the test Windows.
246 - In distutils/archive_util.py, call zipfile.ZipFile() with mode "w",
247   not "wb" (which is not a valid mode at all).
249 - Fix pstats browser crashes.  Import readline if it exists to make
250   the user interface nicer.
252 - Add "import thread" to the top of test modules that import the
253   threading module (test_asynchat and test_threadedtempfile).  This
254   prevents test failures caused by a broken threading module resulting
255   from a previously caught failed import.
257 - Changed test_asynchat.py to set the SO_REUSEADDR option; this was
258   needed on some platforms (e.g. Solaris 8) when the tests are run
259   twice in succession.
261 - Skip rather than fail test_sunaudiodev if no audio device is found.
264 What's New in Python 2.1c1?
265 ===========================
267 This list was significantly updated when 2.1c2 was released; the 2.1c1
268 release didn't mention most changes that were actually part of 2.1c1:
270 Legal
272 - Copyright was assigned to the Python Software Foundation (PSF) and a
273   PSF license (very similar to the CNRI license) was added.
275 - The CNRI copyright notice was updated to include 2001.
277 Core
279 - After a public outcry, assignment to __debug__ is no longer illegal;
280   instead, a warning is issued.  It will become illegal in 2.2.
282 - Fixed a core dump with "%#x" % 0, and changed the semantics so that
283   "%#x" now always prepends "0x", even if the value is zero.
285 - Fixed some nits in the bytecode compiler.
287 - Fixed core dumps when calling certain kinds of non-functions.
289 - Fixed various core dumps caused by reference count bugs.
291 Build and Ports
293 - Use INSTALL_SCRIPT to install script files.
295 - New port: SCO Unixware 7, by Billy G. Allie.
297 - Updated RISCOS port.
299 - Updated BeOS port and notes.
301 - Various other porting problems resolved.
303 Library
305 - The TERMIOS and SOCKET modules are now truly obsolete and
306   unnecessary.  Their symbols are incorporated in the termios and
307   socket modules.
309 - Fixed some 64-bit bugs in pickle, cPickle, and struct, and added
310   better tests for pickling.
312 - threading: make Condition.wait() robust against KeyboardInterrupt.
314 - zipfile: add support to zipfile to support opening an archive
315   represented by an open file rather than a file name.  Fix bug where
316   the archive was not properly closed.  Fixed a bug in this bugfix
317   where flush() was called for a read-only file.
319 - imputil: added an uninstall() method to the ImportManager.
321 - Canvas: fixed bugs in lower() and tkraise() methods.
323 - SocketServer: API change (added overridable close_request() method)
324   so that the TCP server can explicitly close the request.
326 - pstats: Eric Raymond added a simple interactive statistics browser,
327   invoked when the module is run as a script.
329 - locale: fixed a problem in format().
331 - webbrowser: made it work when the BROWSER environment variable has a
332   value like "/usr/bin/netscape".  Made it auto-detect Konqueror for
333   KDE 2.  Fixed some other nits.
335 - unittest: changes to allow using a different exception than
336   AssertionError, and added a few more function aliases.  Some other
337   small changes.
339 - urllib, urllib2: fixed redirect problems and a coupleof other nits.
341 - asynchat: fixed a critical bug in asynchat that slipped through the
342   2.1b2 release.  Fixed another rare bug.
344 - Fix some unqualified except: clauses (always a bad code example).
348 - pyexpat: new API get_version_string().
350 - Fixed some minidom bugs.
352 Extensions
354 - Fixed a core dump in _weakref.  Removed the weakref.mapping()
355   function (it adds nothing to the API).
357 - Rationalized the use of header files in the readline module, to make
358   it compile (albeit with some warnings) with the very recent readline
359   4.2, without breaking for earlier versions.
361 - Hopefully fixed a buffering problem in linuxaudiodev.
363 - Attempted a fix to make the OpenSSL support in the socket module
364   work again with pre-0.9.5 versions of OpenSSL.
366 Tests
368 - Added a test case for asynchat and asyncore.
370 - Removed coupling between tests where one test failing could break
371   another.
373 Tools
375 - Ping added an interactive help browser to pydoc, fixed some nits
376   in the rest of the pydoc code, and added some features to his
377   inspect module.
379 - An updated python-mode.el version 4.1 which integrates Ken
380   Manheimer's pdbtrack.el.  This makes debugging Python code via pdb
381   much nicer in XEmacs and Emacs.  When stepping through your program
382   with pdb, in either the shell window or the *Python* window, the
383   source file and line will be tracked by an arrow.  Very cool!
385 - IDLE: syntax warnings in interactive mode are changed into errors.
387 - Some improvements to Tools/webchecker (ignore some more URL types,
388   follow some more links).
390 - Brought the Tools/compiler package up to date.
393 What's New in Python 2.1 beta 2?
394 ================================
396 (Unlisted are many fixed bugs, more documentation, etc.)
398 Core language, builtins, and interpreter
400 - The nested scopes work (enabled by "from __future__ import
401   nested_scopes") is completed; in particular, the future now extends
402   into code executed through exec, eval() and execfile(), and into the
403   interactive interpreter.
405 - When calling a base class method (e.g. BaseClass.__init__(self)),
406   this is now allowed even if self is not strictly spoken a class
407   instance (e.g. when using metaclasses or the Don Beaudry hook).
409 - Slice objects are now comparable but not hashable; this prevents
410   dict[:] from being accepted but meaningless.
412 - Complex division is now calculated using less braindead algorithms.
413   This doesn't change semantics except it's more likely to give useful
414   results in extreme cases.  Complex repr() now uses full precision
415   like float repr().
417 - sgmllib.py now calls handle_decl() for simple <!...> declarations.
419 - It is illegal to assign to the name __debug__, which is set when the
420   interpreter starts.  It is effectively a compile-time constant.
422 - A warning will be issued if a global statement for a variable
423   follows a use or assignment of that variable.
425 Standard library
427 - unittest.py, a unit testing framework by Steve Purcell (PyUNIT,
428   inspired by JUnit), is now part of the standard library.  You now
429   have a choice of two testing frameworks: unittest requires you to
430   write testcases as separate code, doctest gathers them from
431   docstrings.  Both approaches have their advantages and
432   disadvantages.
434 - A new module Tix was added, which wraps the Tix extension library
435   for Tk.  With that module, it is not necessary to statically link
436   Tix with _tkinter, since Tix will be loaded with Tcl's "package
437   require" command.  See Demo/tix/.
439 - tzparse.py is now obsolete.
441 - In gzip.py, the seek() and tell() methods are removed -- they were
442   non-functional anyway, and it's better if callers can test for their
443   existence with hasattr().
445 Python/C API
447 - PyDict_Next(): it is now safe to call PyDict_SetItem() with a key
448   that's already in the dictionary during a PyDict_Next() iteration.
449   This used to fail occasionally when a dictionary resize operation
450   could be triggered that would rehash all the keys.  All other
451   modifications to the dictionary are still off-limits during a
452   PyDict_Next() iteration!
454 - New extended APIs related to passing compiler variables around.
456 - New abstract APIs PyObject_IsInstance(), PyObject_IsSubclass()
457   implement isinstance() and issubclass().
459 - Py_BuildValue() now has a "D" conversion to create a Python complex
460   number from a Py_complex C value.
462 - Extensions types which support weak references must now set the
463   field allocated for the weak reference machinery to NULL themselves;
464   this is done to avoid the cost of checking each object for having a
465   weakly referencable type in PyObject_INIT(), since most types are
466   not weakly referencable.
468 - PyFrame_FastToLocals() and PyFrame_LocalsToFast() copy bindings for
469   free variables and cell variables to and from the frame's f_locals.
471 - Variants of several functions defined in pythonrun.h have been added
472   to support the nested_scopes future statement.  The variants all end
473   in Flags and take an extra argument, a PyCompilerFlags *; examples:
474   PyRun_AnyFileExFlags(), PyRun_InteractiveLoopFlags().  These
475   variants may be removed in Python 2.2, when nested scopes are
476   mandatory.
478 Distutils
480 - the sdist command now writes a PKG-INFO file, as described in PEP 241,
481   into the release tree.
483 - several enhancements to the bdist_wininst command from Thomas Heller
484   (an uninstaller, more customization of the installer's display)
486 - from Jack Jansen: added Mac-specific code to generate a dialog for
487   users to specify the command-line (because providing a command-line with
488   MacPython is awkward).  Jack also made various fixes for the Mac
489   and the Metrowerks compiler.
491 - added 'platforms' and 'keywords' to the set of metadata that can be
492   specified for a distribution.
494 - applied patches from Jason Tishler to make the compiler class work with
495   Cygwin.
498 What's New in Python 2.1 beta 1?
499 ================================
501 Core language, builtins, and interpreter
503 - Following an outcry from the community about the amount of code
504   broken by the nested scopes feature introduced in 2.1a2, we decided
505   to make this feature optional, and to wait until Python 2.2 (or at
506   least 6 months) to make it standard.  The option can be enabled on a
507   per-module basis by adding "from __future__ import nested_scopes" at
508   the beginning of a module (before any other statements, but after
509   comments and an optional docstring).  See PEP 236 (Back to the
510   __future__) for a description of the __future__ statement.  PEP 227
511   (Statically Nested Scopes) has been updated to reflect this change,
512   and to clarify the semantics in a number of endcases.
514 - The nested scopes code, when enabled, has been hardened, and most
515   bugs and memory leaks in it have been fixed.
517 - Compile-time warnings are now generated for a number of conditions
518   that will break or change in meaning when nested scopes are enabled:
520   - Using "from...import *" or "exec" without in-clause in a function
521     scope that also defines a lambda or nested function with one or
522     more free (non-local) variables.  The presence of the import* or
523     bare exec makes it impossible for the compiler to determine the
524     exact set of local variables in the outer scope, which makes it
525     impossible to determine the bindings for free variables in the
526     inner scope.  To avoid the warning about import *, change it into
527     an import of explicitly name object, or move the import* statement
528     to the global scope; to avoid the warning about bare exec, use
529     exec...in... (a good idea anyway -- there's a possibility that
530     bare exec will be deprecated in the future).
532   - Use of a global variable in a nested scope with the same name as a
533     local variable in a surrounding scope.  This will change in
534     meaning with nested scopes: the name in the inner scope will
535     reference the variable in the outer scope rather than the global
536     of the same name.  To avoid the warning, either rename the outer
537     variable, or use a global statement in the inner function.
539 - An optional object allocator has been included.  This allocator is
540   optimized for Python objects and should be faster and use less memory
541   than the standard system allocator.  It is not enabled by default
542   because of possible thread safety problems.  The allocator is only
543   protected by the Python interpreter lock and it is possible that some
544   extension modules require a thread safe allocator.  The object
545   allocator can be enabled by providing the "--with-pymalloc" option to
546   configure.
548 Standard library
550 - pyexpat now detects the expat version if expat.h defines it. A
551   number of additional handlers are provided, which are only available
552   since expat 1.95. In addition, the methods SetParamEntityParsing and
553   GetInputContext of Parser objects are available with 1.95.x
554   only. Parser objects now provide the ordered_attributes and
555   specified_attributes attributes. A new module expat.model was added,
556   which offers a number of additional constants if 1.95.x is used.
558 - xml.dom offers the new functions registerDOMImplementation and
559   getDOMImplementation.
561 - xml.dom.minidom offers a toprettyxml method. A number of DOM
562   conformance issues have been resolved. In particular, Element now
563   has an hasAttributes method, and the handling of namespaces was
564   improved.
566 - Ka-Ping Yee contributed two new modules: inspect.py, a module for
567   getting information about live Python code, and pydoc.py, a module
568   for interactively converting docstrings to HTML or text.
569   Tools/scripts/pydoc, which is now automatically installed into
570   <prefix>/bin, uses pydoc.py to display documentation; try running
571   "pydoc -h" for instructions.  "pydoc -g" pops up a small GUI that
572   lets you browse the module docstrings using a web browser.
574 - New library module difflib.py, primarily packaging the SequenceMatcher
575   class at the heart of the popular ndiff.py file-comparison tool.
577 - doctest.py (a framework for verifying Python code examples in docstrings)
578   is now part of the std library.
580 Windows changes
582 - A new entry in the Start menu, "Module Docs", runs "pydoc -g" -- a
583   small GUI that lets you browse the module docstrings using your
584   default web browser.
586 - Import is now case-sensitive.  PEP 235 (Import on Case-Insensitive
587   Platforms) is implemented.  See
589       http://python.sourceforge.net/peps/pep-0235.html
591   for full details, especially the "Current Lower-Left Semantics" section.
592   The new Windows import rules are simpler than before:
594   A. If the PYTHONCASEOK environment variable exists, same as
595      before:  silently accept the first case-insensitive match of any
596      kind; raise ImportError if none found.
598   B. Else search sys.path for the first case-sensitive match; raise
599      ImportError if none found.
601   The same rules have been implented on other platforms with case-
602   insensitive but case-preserving filesystems too (including Cygwin, and
603   several flavors of Macintosh operating systems).
605 - winsound module:  Under Win9x, winsound.Beep() now attempts to simulate
606   what it's supposed to do (and does do under NT and 2000) via direct
607   port manipulation.  It's unknown whether this will work on all systems,
608   but it does work on my Win98SE systems now and was known to be useless on
609   all Win9x systems before.
611 - Build:  Subproject _test (effectively) renamed to _testcapi.
613 New platforms
615 - 2.1 should compile and run out of the box under MacOS X, even using HFS+.
616   Thanks to Steven Majewski!
618 - 2.1 should compile and run out of the box on Cygwin.  Thanks to Jason
619   Tishler!
621 - 2.1 contains new files and patches for RISCOS, thanks to Dietmar
622   Schwertberger!  See RISCOS/README for more information -- it seems
623   that because of the bizarre filename conventions on RISCOS, no port
624   to that platform is easy.  Note that the new variable os.endsep is
625   silently supported in order to make life easier on this platform,
626   but we don't advertise it because it's not worth for most folks to
627   care about RISCOS portability.
630 What's New in Python 2.1 alpha 2?
631 =================================
633 Core language, builtins, and interpreter
635 - Scopes nest.  If a name is used in a function or class, but is not
636   local, the definition in the nearest enclosing function scope will
637   be used.  One consequence of this change is that lambda statements
638   could reference variables in the namespaces where the lambda is
639   defined.  In some unusual cases, this change will break code.
641   In all previous version of Python, names were resolved in exactly
642   three namespaces -- the local namespace, the global namespace, and
643   the builtin namespace.  According to this old definition, if a
644   function A is defined within a function B, the names bound in B are
645   not visible in A.  The new rules make names bound in B visible in A,
646   unless A contains a name binding that hides the binding in B.
648   Section 4.1 of the reference manual describes the new scoping rules
649   in detail.  The test script in Lib/test/test_scope.py demonstrates
650   some of the effects of the change.
652   The new rules will cause existing code to break if it defines nested
653   functions where an outer function has local variables with the same
654   name as globals or builtins used by the inner function.  Example:
656     def munge(str):
657         def helper(x):
658             return str(x)
659         if type(str) != type(''):
660             str = helper(str)
661         return str.strip()
663   Under the old rules, the name str in helper() is bound to the
664   builtin function str().  Under the new rules, it will be bound to
665   the argument named str and an error will occur when helper() is
666   called.
668 - The compiler will report a SyntaxError if "from ... import *" occurs
669   in a function or class scope.  The language reference has documented
670   that this case is illegal, but the compiler never checked for it.
671   The recent introduction of nested scope makes the meaning of this
672   form of name binding ambiguous.  In a future release, the compiler
673   may allow this form when there is no possibility of ambiguity.
675 - repr(string) is easier to read, now using hex escapes instead of octal,
676   and using \t, \n and \r instead of \011, \012 and \015 (respectively):
678   >>> "\texample \r\n" + chr(0) + chr(255)
679   '\texample \r\n\x00\xff'         # in 2.1
680   '\011example \015\012\000\377'   # in 2.0
682 - Functions are now compared and hashed by identity, not by value, since
683   the func_code attribute is writable.
685 - Weak references (PEP 205) have been added.  This involves a few
686   changes in the core, an extension module (_weakref), and a Python
687   module (weakref).  The weakref module is the public interface.  It
688   includes support for "explicit" weak references, proxy objects, and
689   mappings with weakly held values.
691 - A 'continue' statement can now appear in a try block within the body
692   of a loop.  It is still not possible to use continue in a finally
693   clause.
695 Standard library
697 - mailbox.py now has a new class, PortableUnixMailbox which is
698   identical to UnixMailbox but uses a more portable scheme for
699   determining From_ separators.  Also, the constructors for all the
700   classes in this module have a new optional `factory' argument, which
701   is a callable used when new message classes must be instantiated by
702   the next() method.
704 - random.py is now self-contained, and offers all the functionality of
705   the now-deprecated whrandom.py.  See the docs for details.  random.py
706   also supports new functions getstate() and setstate(), for saving
707   and restoring the internal state of the generator; and jumpahead(n),
708   for quickly forcing the internal state to be the same as if n calls to
709   random() had been made.  The latter is particularly useful for multi-
710   threaded programs, creating one instance of the random.Random() class for
711   each thread, then using .jumpahead() to force each instance to use a
712   non-overlapping segment of the full period.
714 - random.py's seed() function is new.  For bit-for-bit compatibility with
715   prior releases, use the whseed function instead.  The new seed function
716   addresses two problems:  (1) The old function couldn't produce more than
717   about 2**24 distinct internal states; the new one about 2**45 (the best
718   that can be done in the Wichmann-Hill generator).  (2) The old function
719   sometimes produced identical internal states when passed distinct
720   integers, and there was no simple way to predict when that would happen;
721   the new one guarantees to produce distinct internal states for all
722   arguments in [0, 27814431486576L).
724 - The socket module now supports raw packets on Linux.  The socket
725   family is AF_PACKET.
727 - test_capi.py is a start at running tests of the Python C API.  The tests
728   are implemented by the new Modules/_testmodule.c.
730 - A new extension module, _symtable, provides provisional access to the
731   internal symbol table used by the Python compiler.  A higher-level
732   interface will be added on top of _symtable in a future release.
734 - Removed the obsolete soundex module.
736 - xml.dom.minidom now uses the standard DOM exceptions. Node supports
737   the isSameNode method; NamedNodeMap the get method.
739 - xml.sax.expatreader supports the lexical handler property; it
740   generates comment, startCDATA, and endCDATA events.
742 Windows changes
744 - Build procedure:  the zlib project is built in a different way that
745   ensures the zlib header files used can no longer get out of synch with
746   the zlib binary used.  See PCbuild\readme.txt for details.  Your old
747   zlib-related directories can be deleted; you'll need to download fresh
748   source for zlib and unpack it into a new directory.
750 - Build:  New subproject _test for the benefit of test_capi.py (see above).
752 - Build:  New subproject _symtable, for new DLL _symtable.pyd (a nascent
753   interface to some Python compiler internals).
755 - Build:  Subproject ucnhash is gone, since the code was folded into the
756   unicodedata subproject.
758 What's New in Python 2.1 alpha 1?
759 =================================
761 Core language, builtins, and interpreter
763 - There is a new Unicode companion to the PyObject_Str() API
764   called PyObject_Unicode(). It behaves in the same way as the
765   former, but assures that the returned value is an Unicode object
766   (applying the usual coercion if necessary).
768 - The comparison operators support "rich comparison overloading" (PEP
769   207).  C extension types can provide a rich comparison function in
770   the new tp_richcompare slot in the type object.  The cmp() function
771   and the C function PyObject_Compare() first try the new rich
772   comparison operators before trying the old 3-way comparison.  There
773   is also a new C API PyObject_RichCompare() (which also falls back on
774   the old 3-way comparison, but does not constrain the outcome of the
775   rich comparison to a Boolean result).
777   The rich comparison function takes two objects (at least one of
778   which is guaranteed to have the type that provided the function) and
779   an integer indicating the opcode, which can be Py_LT, Py_LE, Py_EQ,
780   Py_NE, Py_GT, Py_GE (for <, <=, ==, !=, >, >=), and returns a Python
781   object, which may be NotImplemented (in which case the tp_compare
782   slot function is used as a fallback, if defined).
784   Classes can overload individual comparison operators by defining one
785   or more of the methods__lt__, __le__, __eq__, __ne__, __gt__,
786   __ge__.  There are no explicit "reflected argument" versions of
787   these; instead, __lt__ and __gt__ are each other's reflection,
788   likewise for__le__ and __ge__; __eq__ and __ne__ are their own
789   reflection (similar at the C level).  No other implications are
790   made; in particular, Python does not assume that == is the Boolean
791   inverse of !=, or that < is the Boolean inverse of >=.  This makes
792   it possible to define types with partial orderings.
794   Classes or types that want to implement (in)equality tests but not
795   the ordering operators (i.e. unordered types) should implement ==
796   and !=, and raise an error for the ordering operators.
798   It is possible to define types whose rich comparison results are not
799   Boolean; e.g. a matrix type might want to return a matrix of bits
800   for A < B, giving elementwise comparisons.  Such types should ensure
801   that any interpretation of their value in a Boolean context raises
802   an exception, e.g. by defining __nonzero__ (or the tp_nonzero slot
803   at the C level) to always raise an exception.
805 - Complex numbers use rich comparisons to define == and != but raise
806   an exception for <, <=, > and >=.  Unfortunately, this also means
807   that cmp() of two complex numbers raises an exception when the two
808   numbers differ.  Since it is not mathematically meaningful to compare
809   complex numbers except for equality, I hope that this doesn't break
810   too much code.
812 - The outcome of comparing non-numeric objects of different types is
813   not defined by the language, other than that it's arbitrary but
814   consistent (see the Reference Manual).  An implementation detail changed
815   in 2.1a1 such that None now compares less than any other object.  Code
816   relying on this new behavior (like code that relied on the previous
817   behavior) does so at its own risk.
819 - Functions and methods now support getting and setting arbitrarily
820   named attributes (PEP 232).  Functions have a new __dict__
821   (a.k.a. func_dict) which hold the function attributes.  Methods get
822   and set attributes on their underlying im_func.  It is a TypeError
823   to set an attribute on a bound method.
825 - The xrange() object implementation has been improved so that
826   xrange(sys.maxint) can be used on 64-bit platforms.  There's still a
827   limitation that in this case len(xrange(sys.maxint)) can't be
828   calculated, but the common idiom "for i in xrange(sys.maxint)" will
829   work fine as long as the index i doesn't actually reach 2**31.
830   (Python uses regular ints for sequence and string indices; fixing
831   that is much more work.)
833 - Two changes to from...import:
835   1) "from M import X" now works even if (after loading module M)
836      sys.modules['M'] is not a real module; it's basically a getattr()
837      operation with AttributeError exceptions changed into ImportError.
839   2) "from M import *" now looks for M.__all__ to decide which names to
840      import; if M.__all__ doesn't exist, it uses M.__dict__.keys() but
841      filters out names starting with '_' as before.  Whether or not
842      __all__ exists, there's no restriction on the type of M.
844 - File objects have a new method, xreadlines().  This is the fastest
845   way to iterate over all lines in a file:
847   for line in file.xreadlines():
848       ...do something to line...
850   See the xreadlines module (mentioned below) for how to do this for
851   other file-like objects.
853 - Even if you don't use file.xreadlines(), you may expect a speedup on
854   line-by-line input.  The file.readline() method has been optimized
855   quite a bit in platform-specific ways:  on systems (like Linux) that
856   support flockfile(), getc_unlocked(), and funlockfile(), those are
857   used by default.  On systems (like Windows) without getc_unlocked(),
858   a complicated (but still thread-safe) method using fgets() is used by
859   default.
861   You can force use of the fgets() method by #define'ing
862   USE_FGETS_IN_GETLINE at build time (it may be faster than
863   getc_unlocked()).
865   You can force fgets() not to be used by #define'ing
866   DONT_USE_FGETS_IN_GETLINE (this is the first thing to try if std test
867   test_bufio.py fails -- and let us know if it does!).
869 - In addition, the fileinput module, while still slower than the other
870   methods on most platforms, has been sped up too, by using
871   file.readlines(sizehint).
873 - Support for run-time warnings has been added, including a new
874   command line option (-W) to specify the disposition of warnings.
875   See the description of the warnings module below.
877 - Extensive changes have been made to the coercion code.  This mostly
878   affects extension modules (which can now implement mixed-type
879   numerical operators without having to use coercion), but
880   occasionally, in boundary cases the coercion semantics have changed
881   subtly.  Since this was a terrible gray area of the language, this
882   is considered an improvement.  Also note that __rcmp__ is no longer
883   supported -- instead of calling __rcmp__, __cmp__ is called with
884   reflected arguments.
886 - In connection with the coercion changes, a new built-in singleton
887   object, NotImplemented is defined.  This can be returned for
888   operations that wish to indicate they are not implemented for a
889   particular combination of arguments.  From C, this is
890   Py_NotImplemented.
892 - The interpreter accepts now bytecode files on the command line even
893   if they do not have a .pyc or .pyo extension. On Linux, after executing
895 import imp,sys,string
896 magic = string.join(["\\x%.2x" % ord(c) for c in imp.get_magic()],"")
897 reg = ':pyc:M::%s::%s:' % (magic, sys.executable)
898 open("/proc/sys/fs/binfmt_misc/register","wb").write(reg)
900   any byte code file can be used as an executable (i.e. as an argument
901   to execve(2)).
903 - %[xXo] formats of negative Python longs now produce a sign
904   character.  In 1.6 and earlier, they never produced a sign,
905   and raised an error if the value of the long was too large
906   to fit in a Python int.  In 2.0, they produced a sign if and
907   only if too large to fit in an int.  This was inconsistent
908   across platforms (because the size of an int varies across
909   platforms), and inconsistent with hex() and oct().  Example:
911   >>> "%x" % -0x42L
912   '-42'      # in 2.1
913   'ffffffbe' # in 2.0 and before, on 32-bit machines
914   >>> hex(-0x42L)
915   '-0x42L'   # in all versions of Python
917   The behavior of %d formats for negative Python longs remains
918   the same as in 2.0 (although in 1.6 and before, they raised
919   an error if the long didn't fit in a Python int).
921   %u formats don't make sense for Python longs, but are allowed
922   and treated the same as %d in 2.1.  In 2.0, a negative long
923   formatted via %u produced a sign if and only if too large to
924   fit in an int.  In 1.6 and earlier, a negative long formatted
925   via %u raised an error if it was too big to fit in an int.
927 - Dictionary objects have an odd new method, popitem().  This removes
928   an arbitrary item from the dictionary and returns it (in the form of
929   a (key, value) pair).  This can be useful for algorithms that use a
930   dictionary as a bag of "to do" items and repeatedly need to pick one
931   item.  Such algorithms normally end up running in quadratic time;
932   using popitem() they can usually be made to run in linear time.
934 Standard library
936 - In the time module, the time argument to the functions strftime,
937   localtime, gmtime, asctime and ctime is now optional, defaulting to
938   the current time (in the local timezone).
940 - The ftplib module now defaults to passive mode, which is deemed a
941   more useful default given that clients are often inside firewalls
942   these days.  Note that this could break if ftplib is used to connect
943   to a *server* that is inside a firewall, from outside; this is
944   expected to be a very rare situation.  To fix that, you can call
945   ftp.set_pasv(0).
947 - The module site now treats .pth files not only for path configuration,
948   but also supports extensions to the initialization code: Lines starting
949   with import are executed.
951 - There's a new module, warnings, which implements a mechanism for
952   issuing and filtering warnings.  There are some new built-in
953   exceptions that serve as warning categories, and a new command line
954   option, -W, to control warnings (e.g. -Wi ignores all warnings, -We
955   turns warnings into errors).  warnings.warn(message[, category])
956   issues a warning message; this can also be called from C as
957   PyErr_Warn(category, message).
959 - A new module xreadlines was added.  This exports a single factory
960   function, xreadlines().  The intention is that this code is the
961   absolutely fastest way to iterate over all lines in an open
962   file(-like) object:
964   import xreadlines
965   for line in xreadlines.xreadlines(file):
966       ...do something to line...
968   This is equivalent to the previous the speed record holder using
969   file.readlines(sizehint).  Note that if file is a real file object
970   (as opposed to a file-like object), this is equivalent:
972   for line in file.xreadlines():
973       ...do something to line...
975 - The bisect module has new functions bisect_left, insort_left,
976   bisect_right and insort_right.  The old names bisect and insort
977   are now aliases for bisect_right and insort_right.  XXX_right
978   and XXX_left methods differ in what happens when the new element
979   compares equal to one or more elements already in the list:  the
980   XXX_left methods insert to the left, the XXX_right methods to the
981   right.  Code that doesn't care where equal elements end up should
982   continue to use the old, short names ("bisect" and "insort").
984 - The new curses.panel module wraps the panel library that forms part
985   of SYSV curses and ncurses.  Contributed by Thomas Gellekum.
987 - The SocketServer module now sets the allow_reuse_address flag by
988   default in the TCPServer class.
990 - A new function, sys._getframe(), returns the stack frame pointer of
991   the caller.  This is intended only as a building block for
992   higher-level mechanisms such as string interpolation.
994 - The pyexpat module supports a number of new handlers, which are
995   available only in expat 1.2. If invocation of a callback fails, it
996   will report an additional frame in the traceback. Parser objects
997   participate now in garbage collection. If expat reports an unknown
998   encoding, pyexpat will try to use a Python codec; that works only
999   for single-byte charsets. The parser type objects is exposed as
1000   XMLParserObject.
1002 - xml.dom now offers standard definitions for symbolic node type and
1003   exception code constants, and a hierarchy of DOM exceptions. minidom
1004   was adjusted to use them.
1006 - The conformance of xml.dom.minidom to the DOM specification was
1007   improved. It detects a number of additional error cases; the
1008   previous/next relationship works even when the tree is modified;
1009   Node supports the normalize() method; NamedNodeMap, DocumentType and
1010   DOMImplementation classes were added; Element supports the
1011   hasAttribute and hasAttributeNS methods; and Text supports the splitText
1012   method.
1014 Build issues
1016 - For Unix (and Unix-compatible) builds, configuration and building of
1017   extension modules is now greatly automated.  Rather than having to
1018   edit the Modules/Setup file to indicate which modules should be
1019   built and where their include files and libraries are, a
1020   distutils-based setup.py script now takes care of building most
1021   extension modules.  All extension modules built this way are built
1022   as shared libraries.  Only a few modules that must be linked
1023   statically are still listed in the Setup file; you won't need to
1024   edit their configuration.
1026 - Python should now build out of the box on Cygwin.  If it doesn't,
1027   mail to Jason Tishler (jlt63 at users.sourceforge.net).
1029 - Python now always uses its own (renamed) implementation of getopt()
1030   -- there's too much variation among C library getopt()
1031   implementations.
1033 - C++ compilers are better supported; the CXX macro is always set to a
1034   C++ compiler if one is found.
1036 Windows changes
1038 - select module:  By default under Windows, a select() call
1039   can specify no more than 64 sockets.  Python now boosts
1040   this Microsoft default to 512.  If you need even more than
1041   that, see the MS docs (you'll need to #define FD_SETSIZE
1042   and recompile Python from source).
1044 - Support for Windows 3.1, DOS and OS/2 is gone.  The Lib/dos-8x3
1045   subdirectory is no more!
1048 What's New in Python 2.0?
1049 =========================
1051 Below is a list of all relevant changes since release 1.6.  Older
1052 changes are in the file HISTORY.  If you are making the jump directly
1053 from Python 1.5.2 to 2.0, make sure to read the section for 1.6 in the
1054 HISTORY file!  Many important changes listed there.
1056 Alternatively, a good overview of the changes between 1.5.2 and 2.0 is
1057 the document "What's New in Python 2.0" by Kuchling and Moshe Zadka:
1058 http://starship.python.net/crew/amk/python/writing/new-python/.
1060 --Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)
1062 ======================================================================
1064 What's new in 2.0 (since release candidate 1)?
1065 ==============================================
1067 Standard library
1069 - The copy_reg module was modified to clarify its intended use: to
1070   register pickle support for extension types, not for classes.
1071   pickle() will raise a TypeError if it is passed a class.
1073 - Fixed a bug in gettext's "normalize and expand" code that prevented
1074   it from finding an existing .mo file.
1076 - Restored support for HTTP/0.9 servers in httplib.
1078 - The math module was changed to stop raising OverflowError in case of
1079   underflow, and return 0 instead in underflow cases.  Whether Python
1080   used to raise OverflowError in case of underflow was platform-
1081   dependent (it did when the platform math library set errno to ERANGE
1082   on underflow).
1084 - Fixed a bug in StringIO that occurred when the file position was not
1085   at the end of the file and write() was called with enough data to
1086   extend past the end of the file.
1088 - Fixed a bug that caused Tkinter error messages to get lost on
1089   Windows.  The bug was fixed by replacing direct use of
1090   interp->result with Tcl_GetStringResult(interp).
1092 - Fixed bug in urllib2 that caused it to fail when it received an HTTP
1093   redirect response.
1095 - Several changes were made to distutils: Some debugging code was
1096   removed from util.  Fixed the installer used when an external zip
1097   program (like WinZip) is not found; the source code for this
1098   installer is in Misc/distutils.  check_lib() was modified to behave
1099   more like AC_CHECK_LIB by add other_libraries() as a parameter.  The
1100   test for whether installed modules are on sys.path was changed to
1101   use both normcase() and normpath().
1103 - Several minor bugs were fixed in the xml package (the minidom,
1104   pulldom, expatreader, and saxutils modules).
1106 - The regression test driver (regrtest.py) behavior when invoked with
1107   -l changed: It now reports a count of objects that are recognized as
1108   garbage but not freed by the garbage collector.
1110 - The regression test for the math module was changed to test
1111   exceptional behavior when the test is run in verbose mode.  Python
1112   cannot yet guarantee consistent exception behavior across platforms,
1113   so the exception part of test_math is run only in verbose mode, and
1114   may fail on your platform.
1116 Internals
1118 - PyOS_CheckStack() has been disabled on Win64, where it caused
1119   test_sre to fail.
1121 Build issues
1123 - Changed compiler flags, so that gcc is always invoked with -Wall and
1124   -Wstrict-prototypes.  Users compiling Python with GCC should see
1125   exactly one warning, except if they have passed configure the
1126   --with-pydebug flag.  The expected warning is for getopt() in
1127   Modules/main.c.  This warning will be fixed for Python 2.1.
1129 - Fixed configure to add -threads argument during linking on OSF1.
1131 Tools and other miscellany
1133 - The compiler in Tools/compiler was updated to support the new
1134   language features introduced in 2.0: extended print statement, list
1135   comprehensions, and augmented assignments.  The new compiler should
1136   also be backwards compatible with Python 1.5.2; the compiler will
1137   always generate code for the version of the interpreter it runs
1138   under.
1140 What's new in 2.0 release candidate 1 (since beta 2)?
1141 =====================================================
1143 What is release candidate 1?
1145 We believe that release candidate 1 will fix all known bugs that we
1146 intend to fix for the 2.0 final release.  This release should be a bit
1147 more stable than the previous betas.  We would like to see even more
1148 widespread testing before the final release, so we are producing this
1149 release candidate.  The final release will be exactly the same unless
1150 any show-stopping (or brown bag) bugs are found by testers of the
1151 release candidate.
1153 All the changes since the last beta release are bug fixes or changes
1154 to support building Python for specific platforms.
1156 Core language, builtins, and interpreter
1158 - A bug that caused crashes when __coerce__ was used with augmented
1159   assignment, e.g. +=, was fixed.
1161 - Raise ZeroDivisionError when raising zero to a negative number,
1162   e.g. 0.0 ** -2.0.  Note that math.pow is unrelated to the builtin
1163   power operator and the result of math.pow(0.0, -2.0) will vary by
1164   platform.  On Linux, it raises a ValueError.
1166 - A bug in Unicode string interpolation was fixed that occasionally
1167   caused errors with formats including "%%".  For example, the
1168   following expression "%% %s" % u"abc" no longer raises a TypeError.
1170 - Compilation of deeply nested expressions raises MemoryError instead
1171   of SyntaxError, e.g. eval("[" * 50 + "]" * 50).
1173 - In 2.0b2 on Windows, the interpreter wrote .pyc files in text mode,
1174   rendering them useless.  They are now written in binary mode again.
1176 Standard library
1178 - Keyword arguments are now accepted for most pattern and match object
1179   methods in SRE, the standard regular expression engine.
1181 - In SRE, fixed error with negative lookahead and lookbehind that
1182   manifested itself as a runtime error in patterns like "(?<!abc)(def)".
1184 - Several bugs in the Unicode handling and error handling in _tkinter
1185   were fixed.
1187 - Fix memory management errors in Merge() and Tkapp_Call() routines.
1189 - Several changes were made to cStringIO to make it compatible with
1190   the file-like object interface and with StringIO.  If operations are
1191   performed on a closed object, an exception is raised.  The truncate
1192   method now accepts a position argument and readline accepts a size
1193   argument.
1195 - There were many changes made to the linuxaudiodev module and its
1196   test suite; as a result, a short, unexpected audio sample should now
1197   play when the regression test is run.
1199   Note that this module is named poorly, because it should work
1200   correctly on any platform that supports the Open Sound System
1201   (OSS).
1203   The module now raises exceptions when errors occur instead of
1204   crashing.  It also defines the AFMT_A_LAW format (logarithmic A-law
1205   audio) and defines a getptr() method that calls the
1206   SNDCTL_DSP_GETxPTR ioctl defined in the OSS Programmer's Guide.
1208 - The library_version attribute, introduced in an earlier beta, was
1209   removed because it can not be supported with early versions of the C
1210   readline library, which provides no way to determine the version at
1211   compile-time.
1213 - The binascii module is now enabled on Win64.
1215 - tokenize.py no longer suffers "recursion depth" errors when parsing
1216   programs with very long string literals.
1218 Internals
1220 - Fixed several buffer overflow vulnerabilities in calculate_path(),
1221   which is called when the interpreter starts up to determine where
1222   the standard library is installed.  These vulnerabilities affect all
1223   previous versions of Python and can be exploited by setting very
1224   long values for PYTHONHOME or argv[0].  The risk is greatest for a
1225   setuid Python script, although use of the wrapper in
1226   Misc/setuid-prog.c will eliminate the vulnerability.
1228 - Fixed garbage collection bugs in instance creation that were
1229   triggered when errors occurred during initialization.  The solution,
1230   applied in cPickle and in PyInstance_New(), is to call
1231   PyObject_GC_Init() after the initialization of the object's
1232   container attributes is complete.
1234 - pyexpat adds definitions of PyModule_AddStringConstant and
1235   PyModule_AddObject if the Python version is less than 2.0, which
1236   provides compatibility with PyXML on Python 1.5.2.
1238 - If the platform has a bogus definition for LONG_BIT (the number of
1239   bits in a long), an error will be reported at compile time.
1241 - Fix bugs in _PyTuple_Resize() which caused hard-to-interpret garbage
1242   collection crashes and possibly other, unreported crashes.
1244 - Fixed a memory leak in _PyUnicode_Fini().
1246 Build issues
1248 - configure now accepts a --with-suffix option that specifies the
1249   executable suffix.  This is useful for builds on Cygwin and Mac OS
1250   X, for example.
1252 - The mmap.PAGESIZE constant is now initialized using sysconf when
1253   possible, which eliminates a dependency on -lucb for Reliant UNIX.
1255 - The md5 file should now compile on all platforms.
1257 - The select module now compiles on platforms that do not define
1258   POLLRDNORM and related constants.
1260 - Darwin (Mac OS X):  Initial support for static builds on this
1261   platform.
1263 - BeOS: A number of changes were made to the build and installation
1264   process.  ar-fake now operates on a directory of object files.
1265   dl_export.h is gone, and its macros now appear on the mwcc command
1266   line during build on PPC BeOS.
1268 - Platform directory in lib/python2.0 is "plat-beos5" (or
1269   "plat-beos4", if building on BeOS 4.5), rather than "plat-beos".
1271 - Cygwin: Support for shared libraries, Tkinter, and sockets.
1273 - SunOS 4.1.4_JL: Fix test for directory existence in configure.
1275 Tools and other miscellany
1277 - Removed debugging prints from main used with freeze.
1279 - IDLE auto-indent no longer crashes when it encounters Unicode
1280   characters.
1282 What's new in 2.0 beta 2 (since beta 1)?
1283 ========================================
1285 Core language, builtins, and interpreter
1287 - Add support for unbounded ints in %d,i,u,x,X,o formats; for example
1288   "%d" % 2L**64 == "18446744073709551616".
1290 - Add -h and -V command line options to print the usage message and
1291   Python version number and exit immediately.
1293 - eval() and exec accept Unicode objects as code parameters.
1295 - getattr() and setattr() now also accept Unicode objects for the
1296   attribute name, which are converted to strings using the default
1297   encoding before lookup.
1299 - Multiplication on string and Unicode now does proper bounds
1300   checking; e.g. 'a' * 65536 * 65536 will raise ValueError, "repeated
1301   string is too long."
1303 - Better error message when continue is found in try statement in a
1304   loop.
1307 Standard library and extensions
1309 - socket module: the OpenSSL code now adds support for RAND_status()
1310   and EGD (Entropy Gathering Device).
1312 - array: reverse() method of array now works.  buffer_info() now does
1313   argument checking; it still takes no arguments.
1315 - asyncore/asynchat: Included most recent version from Sam Rushing.
1317 - cgi: Accept '&' or ';' as separator characters when parsing form data.
1319 - CGIHTTPServer: Now works on Windows (and perhaps even Mac).
1321 - ConfigParser: When reading the file, options spelled in upper case
1322   letters are now correctly converted to lowercase.
1324 - copy: Copy Unicode objects atomically.
1326 - cPickle: Fail gracefully when copy_reg can't be imported.
1328 - cStringIO: Implemented readlines() method.
1330 - dbm: Add get() and setdefault() methods to dbm object.  Add constant
1331   `library' to module that names the library used.  Added doc strings
1332   and method names to error messages.  Uses configure to determine
1333   which ndbm.h file to include; Berkeley DB's nbdm and GDBM's ndbm is
1334   now available options.
1336 - distutils: Update to version 0.9.3.
1338 - dl: Add several dl.RTLD_ constants.
1340 - fpectl: Now supported on FreeBSD.
1342 - gc: Add DEBUG_SAVEALL option.  When enabled all garbage objects
1343   found by the collector will be saved in gc.garbage.  This is useful
1344   for debugging a program that creates reference cycles.
1346 - httplib: Three changes: Restore support for set_debuglevel feature
1347   of HTTP class.  Do not close socket on zero-length response.  Do not
1348   crash when server sends invalid content-length header.
1350 - mailbox: Mailbox class conforms better to qmail specifications.
1352 - marshal: When reading a short, sign-extend on platforms where shorts
1353   are bigger than 16 bits.  When reading a long, repair the unportable
1354   sign extension that was being done for 64-bit machines.  (It assumed
1355   that signed right shift sign-extends.)
1357 - operator: Add contains(), invert(), __invert__() as aliases for
1358   __contains__(), inv(), and __inv__() respectively.
1360 - os: Add support for popen2() and popen3() on all platforms where
1361   fork() exists.  (popen4() is still in the works.)
1363 - os: (Windows only:) Add startfile() function that acts like double-
1364   clicking on a file in Explorer (or passing the file name to the
1365   DOS "start" command).
1367 - os.path: (Windows, DOS:) Treat trailing colon correctly in
1368   os.path.join.  os.path.join("a:", "b") yields "a:b".
1370 - pickle: Now raises ValueError when an invalid pickle that contains
1371   a non-string repr where a string repr was expected.  This behavior
1372   matches cPickle.
1374 - posixfile: Remove broken __del__() method.
1376 - py_compile: support CR+LF line terminators in source file.
1378 - readline: Does not immediately exit when ^C is hit when readline and
1379   threads are configured.  Adds definition of rl_library_version.  (The
1380   latter addition requires GNU readline 2.2 or later.)
1382 - rfc822: Domain literals returned by AddrlistClass method
1383   getdomainliteral() are now properly wrapped in brackets.
1385 - site: sys.setdefaultencoding() should only be called in case the
1386   standard default encoding ("ascii") is changed. This saves quite a
1387   few cycles during startup since the first call to
1388   setdefaultencoding() will initialize the codec registry and the
1389   encodings package.
1391 - socket: Support for size hint in readlines() method of object returned
1392   by makefile().
1394 - sre: Added experimental expand() method to match objects.  Does not
1395   use buffer interface on Unicode strings.  Does not hang if group id
1396   is followed by whitespace.
1398 - StringIO: Size hint in readlines() is now supported as documented.
1400 - struct: Check ranges for bytes and shorts.
1402 - urllib: Improved handling of win32 proxy settings. Fixed quote and
1403   quote_plus functions so that the always encode a comma.
1405 - Tkinter: Image objects are now guaranteed to have unique ids.  Set
1406   event.delta to zero if Tk version doesn't support mousewheel.
1407   Removed some debugging prints.
1409 - UserList: now implements __contains__().
1411 - webbrowser: On Windows, use os.startfile() instead of os.popen(),
1412   which works around a bug in Norton AntiVirus 2000 that leads directly
1413   to a Blue Screen freeze.
1415 - xml: New version detection code allows PyXML to override standard
1416   XML package if PyXML version is greater than 0.6.1.
1418 - xml.dom: DOM level 1 support for basic XML.  Includes xml.dom.minidom
1419   (conventional DOM), and xml.dom.pulldom, which allows building the DOM
1420   tree only for nodes which are sufficiently interesting to a specific
1421   application.  Does not provide the HTML-specific extensions.  Still
1422   undocumented.
1424 - xml.sax: SAX 2 support for Python, including all the handler
1425   interfaces needed to process XML 1.0 compliant XML.  Some
1426   documentation is already available.
1428 - pyexpat: Renamed to xml.parsers.expat since this is part of the new,
1429   packagized XML support.
1432 C API
1434 - Add three new convenience functions for module initialization --
1435   PyModule_AddObject(), PyModule_AddIntConstant(), and
1436   PyModule_AddStringConstant().
1438 - Cleaned up definition of NULL in C source code; all definitions were
1439   removed and add #error to Python.h if NULL isn't defined after
1440   #include of stdio.h.
1442 - Py_PROTO() macros that were removed in 2.0b1 have been restored for
1443   backwards compatibility (at the source level) with old extensions.
1445 - A wrapper API was added for signal() and sigaction().  Instead of
1446   either function, always use PyOS_getsig() to get a signal handler
1447   and PyOS_setsig() to set one.  A new convenience typedef
1448   PyOS_sighandler_t is defined for the type of signal handlers.
1450 - Add PyString_AsStringAndSize() function that provides access to the
1451   internal data buffer and size of a string object -- or the default
1452   encoded version of a Unicode object.
1454 - PyString_Size() and PyString_AsString() accept Unicode objects.
1456 - The standard header <limits.h> is now included by Python.h (if it
1457   exists).  INT_MAX and LONG_MAX will always be defined, even if
1458   <limits.h> is not available.
1460 - PyFloat_FromString takes a second argument, pend, that was
1461   effectively useless.  It is now officially useless but preserved for
1462   backwards compatibility.  If the pend argument is not NULL, *pend is
1463   set to NULL.
1465 - PyObject_GetAttr() and PyObject_SetAttr() now accept Unicode objects
1466   for the attribute name.  See note on getattr() above.
1468 - A few bug fixes to argument processing for Unicode.
1469   PyArg_ParseTupleAndKeywords() now accepts "es#" and "es".
1470   PyArg_Parse() special cases "s#" for Unicode objects; it returns a
1471   pointer to the default encoded string data instead of to the raw
1472   UTF-16.
1474 - Py_BuildValue accepts B format (for bgen-generated code).
1477 Internals
1479 - On Unix, fix code for finding Python installation directory so that
1480   it works when argv[0] is a relative path.
1482 - Added a true unicode_internal_encode() function and fixed the
1483   unicode_internal_decode function() to support Unicode objects directly
1484   rather than by generating a copy of the object.
1486 - Several of the internal Unicode tables are much smaller now, and
1487   the source code should be much friendlier to weaker compilers.
1489 - In the garbage collector: Fixed bug in collection of tuples.  Fixed
1490   bug that caused some instances to be removed from the container set
1491   while they were still live.  Fixed parsing in gc.set_debug() for
1492   platforms where sizeof(long) > sizeof(int).
1494 - Fixed refcount problem in instance deallocation that only occurred
1495   when Py_REF_DEBUG was defined and Py_TRACE_REFS was not.
1497 - On Windows, getpythonregpath is now protected against null data in
1498   registry key.
1500 - On Unix, create .pyc/.pyo files with O_EXCL flag to avoid a race
1501   condition.
1504 Build and platform-specific issues
1506 - Better support of GNU Pth via --with-pth configure option.
1508 - Python/C API now properly exposed to dynamically-loaded extension
1509   modules on Reliant UNIX.
1511 - Changes for the benefit of SunOS 4.1.4 (really!).  mmapmodule.c:
1512   Don't define MS_SYNC to be zero when it is undefined.  Added missing
1513   prototypes in posixmodule.c.
1515 - Improved support for HP-UX build.  Threads should now be correctly
1516   configured (on HP-UX 10.20 and 11.00).
1518 - Fix largefile support on older NetBSD systems and OpenBSD by adding
1519   define for TELL64.
1522 Tools and other miscellany
1524 - ftpmirror: Call to main() is wrapped in if __name__ == "__main__".
1526 - freeze: The modulefinder now works with 2.0 opcodes.
1528 - IDLE:
1529   Move hackery of sys.argv until after the Tk instance has been
1530   created, which allows the application-specific Tkinter
1531   initialization to be executed if present; also pass an explicit
1532   className parameter to the Tk() constructor.
1535 What's new in 2.0 beta 1?
1536 =========================
1538 Source Incompatibilities
1539 ------------------------
1541 None.  Note that 1.6 introduced several incompatibilities with 1.5.2,
1542 such as single-argument append(), connect() and bind(), and changes to
1543 str(long) and repr(float).
1546 Binary Incompatibilities
1547 ------------------------
1549 - Third party extensions built for Python 1.5.x or 1.6 cannot be used
1550 with Python 2.0; these extensions will have to be rebuilt for Python
1551 2.0.
1553 - On Windows, attempting to import a third party extension built for
1554 Python 1.5.x or 1.6 results in an immediate crash; there's not much we
1555 can do about this.  Check your PYTHONPATH environment variable!
1557 - Python bytecode files (*.pyc and *.pyo) are not compatible between
1558 releases.
1561 Overview of Changes Since 1.6
1562 -----------------------------
1564 There are many new modules (including brand new XML support through
1565 the xml package, and i18n support through the gettext module); a list
1566 of all new modules is included below.  Lots of bugs have been fixed.
1568 The process for making major new changes to the language has changed
1569 since Python 1.6.  Enhancements must now be documented by a Python
1570 Enhancement Proposal (PEP) before they can be accepted.
1572 There are several important syntax enhancements, described in more
1573 detail below:
1575   - Augmented assignment, e.g. x += 1
1577   - List comprehensions, e.g. [x**2 for x in range(10)]
1579   - Extended import statement, e.g. import Module as Name
1581   - Extended print statement, e.g. print >> file, "Hello"
1583 Other important changes:
1585   - Optional collection of cyclical garbage
1587 Python Enhancement Proposal (PEP)
1588 ---------------------------------
1590 PEP stands for Python Enhancement Proposal.  A PEP is a design
1591 document providing information to the Python community, or describing
1592 a new feature for Python.  The PEP should provide a concise technical
1593 specification of the feature and a rationale for the feature.
1595 We intend PEPs to be the primary mechanisms for proposing new
1596 features, for collecting community input on an issue, and for
1597 documenting the design decisions that have gone into Python.  The PEP
1598 author is responsible for building consensus within the community and
1599 documenting dissenting opinions.
1601 The PEPs are available at http://python.sourceforge.net/peps/.
1603 Augmented Assignment
1604 --------------------
1606 This must have been the most-requested feature of the past years!
1607 Eleven new assignment operators were added:
1609     += -= *= /= %= **= <<= >>= &= ^= |=
1611 For example,
1613     A += B
1615 is similar to
1617     A = A + B
1619 except that A is evaluated only once (relevant when A is something
1620 like dict[index].attr).
1622 However, if A is a mutable object, A may be modified in place.  Thus,
1623 if A is a number or a string, A += B has the same effect as A = A+B
1624 (except A is only evaluated once); but if a is a list, A += B has the
1625 same effect as A.extend(B)!
1627 Classes and built-in object types can override the new operators in
1628 order to implement the in-place behavior; the not-in-place behavior is
1629 used automatically as a fallback when an object doesn't implement the
1630 in-place behavior.  For classes, the method name is derived from the
1631 method name for the corresponding not-in-place operator by inserting
1632 an 'i' in front of the name, e.g. __iadd__ implements in-place
1633 __add__.
1635 Augmented assignment was implemented by Thomas Wouters.
1638 List Comprehensions
1639 -------------------
1641 This is a flexible new notation for lists whose elements are computed
1642 from another list (or lists).  The simplest form is:
1644     [<expression> for <variable> in <sequence>]
1646 For example, [i**2 for i in range(4)] yields the list [0, 1, 4, 9].
1647 This is more efficient than a for loop with a list.append() call.
1649 You can also add a condition:
1651     [<expression> for <variable> in <sequence> if <condition>]
1653 For example, [w for w in words if w == w.lower()] would yield the list
1654 of words that contain no uppercase characters.  This is more efficient
1655 than a for loop with an if statement and a list.append() call.
1657 You can also have nested for loops and more than one 'if' clause.  For
1658 example, here's a function that flattens a sequence of sequences::
1660     def flatten(seq):
1661         return [x for subseq in seq for x in subseq]
1663     flatten([[0], [1,2,3], [4,5], [6,7,8,9], []])
1665 This prints
1667     [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
1669 List comprehensions originated as a patch set from Greg Ewing; Skip
1670 Montanaro and Thomas Wouters also contributed.  Described by PEP 202.
1673 Extended Import Statement
1674 -------------------------
1676 Many people have asked for a way to import a module under a different
1677 name.  This can be accomplished like this:
1679     import foo
1680     bar = foo
1681     del foo
1683 but this common idiom gets old quickly.  A simple extension of the
1684 import statement now allows this to be written as follows:
1686     import foo as bar
1688 There's also a variant for 'from ... import':
1690     from foo import bar as spam
1692 This also works with packages; e.g. you can write this:
1694     import test.regrtest as regrtest
1696 Note that 'as' is not a new keyword -- it is recognized only in this
1697 context (this is only possible because the syntax for the import
1698 statement doesn't involve expressions).
1700 Implemented by Thomas Wouters.  Described by PEP 221.
1703 Extended Print Statement
1704 ------------------------
1706 Easily the most controversial new feature, this extension to the print
1707 statement adds an option to make the output go to a different file
1708 than the default sys.stdout.
1710 For example, to write an error message to sys.stderr, you can now
1711 write:
1713     print >> sys.stderr, "Error: bad dog!"
1715 As a special feature, if the expression used to indicate the file
1716 evaluates to None, the current value of sys.stdout is used.  Thus:
1718     print >> None, "Hello world"
1720 is equivalent to
1722     print "Hello world"
1724 Design and implementation by Barry Warsaw.  Described by PEP 214.
1727 Optional Collection of Cyclical Garbage
1728 ---------------------------------------
1730 Python is now equipped with a garbage collector that can hunt down
1731 cyclical references between Python objects.  It's no replacement for
1732 reference counting; in fact, it depends on the reference counts being
1733 correct, and decides that a set of objects belong to a cycle if all
1734 their reference counts can be accounted for from their references to
1735 each other.  This devious scheme was first proposed by Eric Tiedemann,
1736 and brought to implementation by Neil Schemenauer.
1738 There's a module "gc" that lets you control some parameters of the
1739 garbage collection.  There's also an option to the configure script
1740 that lets you enable or disable the garbage collection.  In 2.0b1,
1741 it's on by default, so that we (hopefully) can collect decent user
1742 experience with this new feature.  There are some questions about its
1743 performance.  If it proves to be too much of a problem, we'll turn it
1744 off by default in the final 2.0 release.
1747 Smaller Changes
1748 ---------------
1750 A new function zip() was added.  zip(seq1, seq2, ...) is equivalent to
1751 map(None, seq1, seq2, ...) when the sequences have the same length;
1752 i.e. zip([1,2,3], [10,20,30]) returns [(1,10), (2,20), (3,30)].  When
1753 the lists are not all the same length, the shortest list wins:
1754 zip([1,2,3], [10,20]) returns [(1,10), (2,20)].  See PEP 201.
1756 sys.version_info is a tuple (major, minor, micro, level, serial).
1758 Dictionaries have an odd new method, setdefault(key, default).
1759 dict.setdefault(key, default) returns dict[key] if it exists; if not,
1760 it sets dict[key] to default and returns that value.  Thus:
1762     dict.setdefault(key, []).append(item)
1764 does the same work as this common idiom:
1766     if not dict.has_key(key):
1767         dict[key] = []
1768     dict[key].append(item)
1770 There are two new variants of SyntaxError that are raised for
1771 indentation-related errors: IndentationError and TabError.
1773 Changed \x to consume exactly two hex digits; see PEP 223.  Added \U
1774 escape that consumes exactly eight hex digits.
1776 The limits on the size of expressions and file in Python source code
1777 have been raised from 2**16 to 2**32.  Previous versions of Python
1778 were limited because the maximum argument size the Python VM accepted
1779 was 2**16.  This limited the size of object constructor expressions,
1780 e.g. [1,2,3] or {'a':1, 'b':2}, and the size of source files.  This
1781 limit was raised thanks to a patch by Charles Waldman that effectively
1782 fixes the problem.  It is now much more likely that you will be
1783 limited by available memory than by an arbitrary limit in Python.
1785 The interpreter's maximum recursion depth can be modified by Python
1786 programs using sys.getrecursionlimit and sys.setrecursionlimit.  This
1787 limit is the maximum number of recursive calls that can be made by
1788 Python code.  The limit exists to prevent infinite recursion from
1789 overflowing the C stack and causing a core dump.  The default value is
1790 1000.  The maximum safe value for a particular platform can be found
1791 by running Misc/find_recursionlimit.py.
1793 New Modules and Packages
1794 ------------------------
1796 atexit - for registering functions to be called when Python exits.
1798 imputil - Greg Stein's alternative API for writing custom import
1799 hooks.
1801 pyexpat - an interface to the Expat XML parser, contributed by Paul
1802 Prescod.
1804 xml - a new package with XML support code organized (so far) in three
1805 subpackages: xml.dom, xml.sax, and xml.parsers.  Describing these
1806 would fill a volume.  There's a special feature whereby a
1807 user-installed package named _xmlplus overrides the standard
1808 xmlpackage; this is intended to give the XML SIG a hook to distribute
1809 backwards-compatible updates to the standard xml package.
1811 webbrowser - a platform-independent API to launch a web browser.
1814 Changed Modules
1815 ---------------
1817 array -- new methods for array objects: count, extend, index, pop, and
1818 remove
1820 binascii -- new functions b2a_hex and a2b_hex that convert between
1821 binary data and its hex representation
1823 calendar -- Many new functions that support features including control
1824 over which day of the week is the first day, returning strings instead
1825 of printing them.  Also new symbolic constants for days of week,
1826 e.g. MONDAY, ..., SUNDAY.
1828 cgi -- FieldStorage objects have a getvalue method that works like a
1829 dictionary's get method and returns the value attribute of the object.
1831 ConfigParser -- The parser object has new methods has_option,
1832 remove_section, remove_option, set, and write.  They allow the module
1833 to be used for writing config files as well as reading them.
1835 ftplib -- ntransfercmd(), transfercmd(), and retrbinary() all now
1836 optionally support the RFC 959 REST command.
1838 gzip -- readline and readlines now accept optional size arguments
1840 httplib -- New interfaces and support for HTTP/1.1 by Greg Stein.  See
1841 the module doc strings for details.
1843 locale -- implement getdefaultlocale for Win32 and Macintosh
1845 marshal -- no longer dumps core when marshaling deeply nested or
1846 recursive data structures
1848 os -- new functions isatty, seteuid, setegid, setreuid, setregid
1850 os/popen2 -- popen2/popen3/popen4 support under Windows.  popen2/popen3
1851 support under Unix.
1853 os/pty -- support for openpty and forkpty
1855 os.path -- fix semantics of os.path.commonprefix
1857 smtplib -- support for sending very long messages
1859 socket -- new function getfqdn()
1861 readline -- new functions to read, write and truncate history files.
1862 The readline section of the library reference manual contains an
1863 example.
1865 select -- add interface to poll system call
1867 shutil -- new copyfileobj function
1869 SimpleHTTPServer, CGIHTTPServer -- Fix problems with buffering in the
1870 HTTP server.
1872 Tkinter -- optimization of function flatten
1874 urllib -- scans environment variables for proxy configuration,
1875 e.g. http_proxy.
1877 whichdb -- recognizes dumbdbm format
1880 Obsolete Modules
1881 ----------------
1883 None.  However note that 1.6 made a whole slew of modules obsolete:
1884 stdwin, soundex, cml, cmpcache, dircache, dump, find, grep, packmail,
1885 poly, zmod, strop, util, whatsound.
1888 Changed, New, Obsolete Tools
1889 ----------------------------
1891 None.
1894 C-level Changes
1895 ---------------
1897 Several cleanup jobs were carried out throughout the source code.
1899 All C code was converted to ANSI C; we got rid of all uses of the
1900 Py_PROTO() macro, which makes the header files a lot more readable.
1902 Most of the portability hacks were moved to a new header file,
1903 pyport.h; several other new header files were added and some old
1904 header files were removed, in an attempt to create a more rational set
1905 of header files.  (Few of these ever need to be included explicitly;
1906 they are all included by Python.h.)
1908 Trent Mick ensured portability to 64-bit platforms, under both Linux
1909 and Win64, especially for the new Intel Itanium processor.  Mick also
1910 added large file support for Linux64 and Win64.
1912 The C APIs to return an object's size have been update to consistently
1913 use the form PyXXX_Size, e.g. PySequence_Size and PyDict_Size.  In
1914 previous versions, the abstract interfaces used PyXXX_Length and the
1915 concrete interfaces used PyXXX_Size.  The old names,
1916 e.g. PyObject_Length, are still available for backwards compatibility
1917 at the API level, but are deprecated.
1919 The PyOS_CheckStack function has been implemented on Windows by
1920 Fredrik Lundh.  It prevents Python from failing with a stack overflow
1921 on Windows.
1923 The GC changes resulted in creation of two new slots on object,
1924 tp_traverse and tp_clear.  The augmented assignment changes result in
1925 the creation of a new slot for each in-place operator.
1927 The GC API creates new requirements for container types implemented in
1928 C extension modules.  See Include/objimpl.h for details.
1930 PyErr_Format has been updated to automatically calculate the size of
1931 the buffer needed to hold the formatted result string.  This change
1932 prevents crashes caused by programmer error.
1934 New C API calls: PyObject_AsFileDescriptor, PyErr_WriteUnraisable.
1936 PyRun_AnyFileEx, PyRun_SimpleFileEx, PyRun_FileEx -- New functions
1937 that are the same as their non-Ex counterparts except they take an
1938 extra flag argument that tells them to close the file when done.
1940 XXX There were other API changes that should be fleshed out here.
1943 Windows Changes
1944 ---------------
1946 New popen2/popen3/peopen4 in os module (see Changed Modules above).
1948 os.popen is much more usable on Windows 95 and 98.  See Microsoft
1949 Knowledge Base article Q150956.  The Win9x workaround described there
1950 is implemented by the new w9xpopen.exe helper in the root of your
1951 Python installation.  Note that Python uses this internally; it is not
1952 a standalone program.
1954 Administrator privileges are no longer required to install Python
1955 on Windows NT or Windows 2000.  If you have administrator privileges,
1956 Python's registry info will be written under HKEY_LOCAL_MACHINE.
1957 Otherwise the installer backs off to writing Python's registry info
1958 under HKEY_CURRENT_USER.  The latter is sufficient for all "normal"
1959 uses of Python, but will prevent some advanced uses from working
1960 (for example, running a Python script as an NT service, or possibly
1961 from CGI).
1963 [This was new in 1.6] The installer no longer runs a separate Tcl/Tk
1964 installer; instead, it installs the needed Tcl/Tk files directly in the
1965 Python directory.  If you already have a Tcl/Tk installation, this
1966 wastes some disk space (about 4 Megs) but avoids problems with
1967 conflicting Tcl/Tk installations, and makes it much easier for Python
1968 to ensure that Tcl/Tk can find all its files.
1970 [This was new in 1.6] The Windows installer now installs by default in
1971 \Python20\ on the default volume, instead of \Program Files\Python-2.0\.
1974 Updates to the changes between 1.5.2 and 1.6
1975 --------------------------------------------
1977 The 1.6 NEWS file can't be changed after the release is done, so here
1978 is some late-breaking news:
1980 New APIs in locale.py: normalize(), getdefaultlocale(), resetlocale(),
1981 and changes to getlocale() and setlocale().
1983 The new module is now enabled per default.
1985 It is not true that the encodings codecs cannot be used for normal
1986 strings: the string.encode() (which is also present on 8-bit strings
1987 !) allows using them for 8-bit strings too, e.g. to convert files from
1988 cp1252 (Windows) to latin-1 or vice-versa.
1990 Japanese codecs are available from Tamito KAJIYAMA:
1991 http://pseudo.grad.sccs.chukyo-u.ac.jp/~kajiyama/python/
1994 ======================================================================