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 Tim.Graham
Recipients Tim.Graham, abarry, martin.panter, ned.deily, r.david.murray, serhiy.storchaka, yan12125
Date 2016-09-15.23:43:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473983007.21.0.337457629012.issue28128@psf.upfronthosting.co.za>
In-reply-to
Content
I hope the message can be improved for Python 3.6 as the warnings I see when running Django's test suite are rather useless to help find and fix the issues:

cpython/Lib/importlib/_bootstrap.py:205: DeprecationWarning: invalid escape sequence '\:'

Grepping for these characters patterns to try to figure out where they come from is quite difficult.

I did track down one instance in a docstring:
https://github.com/django/django/blob/82f8996785751c413e3b4ac12bf387f781c200d8/django/contrib/gis/maps/google/__init__.py#L41

Is the correct resolution to add an r prefix to the string? It could be nice if the release notes contained some guidance on that.
History
Date User Action Args
2016-09-15 23:43:27Tim.Grahamsetrecipients: + Tim.Graham, ned.deily, r.david.murray, martin.panter, serhiy.storchaka, yan12125, abarry
2016-09-15 23:43:27Tim.Grahamsetmessageid: <1473983007.21.0.337457629012.issue28128@psf.upfronthosting.co.za>
2016-09-15 23:43:27Tim.Grahamlinkissue28128 messages
2016-09-15 23:43:27Tim.Grahamcreate