diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-11 09:00:01 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-11 09:00:01 (GMT) |
commit | fc5aa9d0bcf56d3bda0f033593ca4506b83515ee (patch) | |
tree | ce77bec2fb08181fdfea49fec6a535e346108179 /Misc | |
parent | b76922a7be9196af9281cd2d167f1afd81d1fb6e (diff) | |
download | cpython-fc5aa9d0bcf56d3bda0f033593ca4506b83515ee.zip cpython-fc5aa9d0bcf56d3bda0f033593ca4506b83515ee.tar.gz cpython-fc5aa9d0bcf56d3bda0f033593ca4506b83515ee.tar.bz2 |
Added note about 1585 to Misc/NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ Extension Modules Library ------- +- Issue #1585: IDLE uses non-existent xrange() function + - Issue #1578: Problems in win_getpass |