diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-03 00:54:56 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-03 00:54:56 (GMT) |
commit | 11bd11922657f582ee05f1d3cefe32c3a9e51cb7 (patch) | |
tree | 4dfa13e8f81174dbd90bf28a44a5cc1b0c611685 /Misc/NEWS | |
parent | d157b1d237776f0ee044b97b19b1d803a353f096 (diff) | |
download | cpython-11bd11922657f582ee05f1d3cefe32c3a9e51cb7.zip cpython-11bd11922657f582ee05f1d3cefe32c3a9e51cb7.tar.gz cpython-11bd11922657f582ee05f1d3cefe32c3a9e51cb7.tar.bz2 |
SF bug #887946, segfault if redirecting directory
Also provide a warning if a directory is passed on the command line.
Add minimal command line test.
Will backport.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1? Core and builtins ----------------- +- SF Bug #887946: fix segfault when redirecting stdin from a directory. + Provide a warning when a directory is passed on the command line. + - Fix segfault with invalid coding. - SF bug #772896: unknown encoding results in MemoryError. |