diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-10-20 11:56:15 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-10-20 11:56:15 (GMT) |
commit | 66e80baea29f0317cf252c62caa1c542f4b11af2 (patch) | |
tree | 65badf18a671eb08723c1811fdd87cce01acda58 /Misc | |
parent | 8bc462fcafe9f11094f0185813f95c0f569b112e (diff) | |
download | cpython-66e80baea29f0317cf252c62caa1c542f4b11af2.zip cpython-66e80baea29f0317cf252c62caa1c542f4b11af2.tar.gz cpython-66e80baea29f0317cf252c62caa1c542f4b11af2.tar.bz2 |
Add item
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ Library - Bug #1048816: fix bug in Ctrl-K at start of line in curses.textpad.Textbox +- Bug #1017553: fix bug in tarfile.filemode() + Build ----- |