diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-03 19:53:57 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-03 19:53:57 (GMT) |
commit | f9290773fc026c5064fa96e1d06c3924e49fa89b (patch) | |
tree | ac767593229fbe98dc8780146cb1dfadd43737dd /Misc/NEWS | |
parent | e69c320d48a5708c900cc6c78bf006fef68c62bd (diff) | |
download | cpython-f9290773fc026c5064fa96e1d06c3924e49fa89b.zip cpython-f9290773fc026c5064fa96e1d06c3924e49fa89b.tar.gz cpython-f9290773fc026c5064fa96e1d06c3924e49fa89b.tar.bz2 |
Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -245,8 +245,6 @@ Extension Modules * operator module: div, idiv, __div__, __idiv__, isCallable, sequenceIncludes * sys module: exc_clear(), exc_type, exc_value, exc_traceback -- Issue #1537: Changed GeneratorExit's base class from Exception to BaseException. - Library ------- |