diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-04 20:48:37 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-04 20:48:37 (GMT) |
commit | 99c4830d0cbd7ef876f178d4988da86956c39849 (patch) | |
tree | a02bce3a862856b5c498a3703d62218a88a0b9d8 /Misc | |
parent | aeb6ceead796af4746f5b2f816b23654816033b7 (diff) | |
download | cpython-99c4830d0cbd7ef876f178d4988da86956c39849.zip cpython-99c4830d0cbd7ef876f178d4988da86956c39849.tar.gz cpython-99c4830d0cbd7ef876f178d4988da86956c39849.tar.bz2 |
Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings
as well as unicode strings. Initial patch by Sandro Tosi.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -265,6 +265,9 @@ Tools/Demos Tests ----- +- Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings + as well as unicode strings. Initial patch by Sandro Tosi. + - Issue #10294: Remove dead code form test_unicode_file. - Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add a |