This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author meador.inge
Recipients alex, ezio.melotti, mark.dickinson, meador.inge
Date 2011-09-21.01:32:40
SpamBayes Score 3.4084718e-07
Marked as misclassified No
Message-id <1316568761.57.0.252832525827.issue13012@psf.upfronthosting.co.za>
In-reply-to
Content
Patch looks good.  I noticed a change in the conventional type for 
'keepends' from 'int' to 'bool'.  Several unit tests were updated to 
match this change.  Perhaps other call sites should be updated too?  A 
little greping shows:

$ grep -Rl 'splitlines(0)' * --include='*.py'
Doc/tools/docutils/writers/newlatex2e/__init__.py
$ grep -Rl 'splitlines(1)' * --include='*.py'
Doc/tools/sphinx/pycode/pgen2/tokenize.py
Doc/tools/docutils/readers/python/moduleparser.py
Lib/test/test_tokenize.py
Lib/difflib.py
Lib/lib2to3/pgen2/tokenize.py
Lib/codecs.py
History
Date User Action Args
2011-09-21 01:32:41meador.ingesetrecipients: + meador.inge, mark.dickinson, ezio.melotti, alex
2011-09-21 01:32:41meador.ingesetmessageid: <1316568761.57.0.252832525827.issue13012@psf.upfronthosting.co.za>
2011-09-21 01:32:40meador.ingelinkissue13012 messages
2011-09-21 01:32:40meador.ingecreate