Changes by Steve Ward :
--
nosy: +planet36 -smheidrich
___
Python tracker
<http://bugs.python.org/issue30618>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Steve Ward :
--
nosy: +smheidrich
___
Python tracker
<http://bugs.python.org/issue30618>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Steve Ward:
string.printable includes all whitespace characters. However, the only
whitespace character that is printable is the space (0x20).
By definition, the only ASCII characters considered printable are:
alphanumeric characters
punctuation characters
the
Steve Ward added the comment:
Add input parameter 'shallow' to dircmp.
Use it in phase3 and phase4.
Document it in filecmp.rst.
Did not modify test_filecmp.py.
--
keywords: +patch
Added file: http://bugs.python.org/file30589/issue
Changes by Steve Ward :
--
nosy: +planet36
___
Python tracker
<http://bugs.python.org/issue12932>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Steve Ward :
Added file: http://bugs.python.org/file21950/tempfile.py.diff
___
Python tracker
<http://bugs.python.org/issue12015>
___
___
Python-bugs-list m
Steve Ward added the comment:
It is an issue because...
1) Python falls out of line with most other popular systems and languages.
2) There was never a good reason to decrease the entropy in the first place.
If there was, the reason of case-sensitive files systems was not given.
3) If case
New submission from Steve Ward :
In this revision <http://hg.python.org/cpython/rev/b6da97930f63>, the possible
characters that comprise a temporary file decreased. It was noted in this
thread <http://mail.python.org/pipermail/python-dev/2010-November/105452.html>.
The old chara