]> granicus.if.org Git - python/commit
Don't use any characters C doesn't guarantee are safe for text-mode files.
authorTim Peters <tim.peters@gmail.com>
Fri, 3 Aug 2001 20:40:18 +0000 (20:40 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 3 Aug 2001 20:40:18 +0000 (20:40 +0000)
commite861365dab493b4cc418cee18749d6e15494a0e5
tree7bcecc0fd41a64f95c19e9bcc7de92cb20c0f166
parent84bb9d8dc463eaa3e38080e4ee6fe3d150b3cb1b
Don't use any characters C doesn't guarantee are safe for text-mode files.
This should stop the bizarre translations Jack was getting from Mac CVS.
Lib/test/test_quopri.py