~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Misc/HISTORY

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-11 13:30:19 UTC
  • mto: (10.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100311133019-sblbooa3uqrkoe70
Tags: upstream-2.6.5~rc2
ImportĀ upstreamĀ versionĀ 2.6.5~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2985
2985
  platforms that use the Makefile.
2986
2986
 
2987
2987
- SF patch 995225:  The test file testtar.tar accidentally contained
2988
 
  CVS keywords (like $Id: HISTORY 73770 2009-07-02 15:37:21Z jesus.cea $), which could cause spurious failures in
 
2988
  CVS keywords (like $Id: HISTORY 75782 2009-10-27 14:29:22Z georg.brandl $), which could cause spurious failures in
2989
2989
  test_tarfile.py depending on how the test file was checked out.
2990
2990
 
2991
2991
 
16184
16184
fixes old code: demo/scripts/classfix.py.
16185
16185
 
16186
16186
* There's a new reserved word: "access".  The syntax and semantics are
16187
 
still subject of of research and debate (as well as undocumented), but
 
16187
still subject of research and debate (as well as undocumented), but
16188
16188
the parser knows about the keyword so you must not use it as a
16189
16189
variable, function, or attribute name.
16190
16190
 
16434
16434
        (a) define a function of one argument and call it with any
16435
16435
            number of arguments; if the actual argument count wasn't
16436
16436
            one, the function would receive a tuple containing the
16437
 
            arguments arguments (an empty tuple if there were none).
 
16437
            arguments (an empty tuple if there were none).
16438
16438
 
16439
16439
        (b) define a function of two arguments, and call it with more
16440
16440
            than two arguments; if there were more than two arguments,
16756
16756
----------------------------------------------------------
16757
16757
 
16758
16758
The function strdup() no longer exists (it was used only in one places
16759
 
and is somewhat of a a portability problem sice some systems have the
 
16759
and is somewhat of a portability problem since some systems have the
16760
16760
same function in their C library.
16761
16761
 
16762
16762
The functions NEW() and RENEW() allocate one spare byte to guard