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 steve.newcomb
Recipients Brice.Videau, folder4ben, mal, steve.newcomb, terry.reedy
Date 2016-10-18.15:23:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476804227.57.0.282389053953.issue11632@psf.upfronthosting.co.za>
In-reply-to
Content
Context reporting is still buggy in Python 3.5.2:

>>> [ x for x in difflib.unified_diff( "'on'\n", "'on'\n\n\n")]
['--- \n', '+++ \n', '@@ -3,3 +3,5 @@\n', ' n', " '", ' \n', '+\n', '+\n']
>>> import sys
>>> sys.version
'3.5.2 (default, Sep 10 2016, 08:21:44) \n[GCC 5.4.0 20160609]'
>>> 
(compiled under Ubuntu 16.04.1 LTS)
History
Date User Action Args
2016-10-18 15:23:47steve.newcombsetrecipients: + steve.newcomb, terry.reedy, Brice.Videau, mal, folder4ben
2016-10-18 15:23:47steve.newcombsetmessageid: <1476804227.57.0.282389053953.issue11632@psf.upfronthosting.co.za>
2016-10-18 15:23:47steve.newcomblinkissue11632 messages
2016-10-18 15:23:47steve.newcombcreate