]> granicus.if.org Git - python/commit
The change of type(None).__name__ from 'None' to 'NoneType' broke this
authorGuido van Rossum <guido@python.org>
Thu, 16 Aug 2001 08:32:39 +0000 (08:32 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 16 Aug 2001 08:32:39 +0000 (08:32 +0000)
commit297abadc6b871c61388c3df2e5e7b3e531a9a813
treedf7df13bd1a9915e82113ff57e4238ee90e28661
parent8098ddbe814325c7869f7d63aa102019b353c6b6
The change of type(None).__name__ from 'None' to 'NoneType' broke this
test in a trivial way.  Fixed.
Lib/test/output/test_extcall
Lib/test/test_generators.py