diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-06-14 07:10:06 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-06-14 07:10:06 (GMT) |
commit | ba8f5ff76c8e0aa7767a9a7c59f25a2db95f5d57 (patch) | |
tree | 36e39c502c9580d8d466b28ddca87d82cdfc8f85 /Misc | |
parent | c1aa8dceb74b82610df1dcd9f4a8215c3c1d6117 (diff) | |
download | cpython-ba8f5ff76c8e0aa7767a9a7c59f25a2db95f5d57.zip cpython-ba8f5ff76c8e0aa7767a9a7c59f25a2db95f5d57.tar.gz cpython-ba8f5ff76c8e0aa7767a9a7c59f25a2db95f5d57.tar.bz2 |
Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ Library - copy.py: applied SF patch 707900, fixing bug 702858, by Steven Taschuk. Copying a new-style class that had a reference to itself didn't work. (The same thing worked fine for old-style classes.) + Builtin functions are now treated as atomic, fixing bug #746304. - difflib.py has two new functions: context_diff() and unified_diff(). |