Kaydet (Commit) 2ffec02b authored tarafından Walter Dörwald's avatar Walter Dörwald

Add a note about the recent PEP 293 changes.

üst cade7138
...@@ -12,6 +12,10 @@ What's New in Python 2.3 alpha 2? ...@@ -12,6 +12,10 @@ What's New in Python 2.3 alpha 2?
Core and builtins Core and builtins
----------------- -----------------
- Negative positions returned from PEP 293 error callbacks are now
treated as being relative to the end of the input string. Positions
that are out of bounds raise an IndexError.
- sys.path[0] (the directory from which the script is loaded) is now - sys.path[0] (the directory from which the script is loaded) is now
turned into an absolute pathname, unless it is the empty string. turned into an absolute pathname, unless it is the empty string.
(SF patch #664376.) (SF patch #664376.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment