[issue30435] Documentation either unclear or incorrect on comparisons between bytes and strings in Python 3
Brian Ward added the comment: The "should" recommendation seems like the right direction, but feels like it needs an explanation (in case someone's trying to run some 2.7 code and is wondering why their comparisons don't work anymore). Unfortunately, it's a little complicated to pile into a section like this. Putting it somewhere else (that includes a reference to -b) might work. A somewhat related aside is that I've sometimes thought that there ought to be something a little more extensive regarding converting bytes to strings, as it's the kind of thing that can lead you down this road anyway. -- nosy: +Brian Ward ___ Python tracker <http://bugs.python.org/issue30435> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue24896] It is undocumented that re.UNICODE and re.LOCALE affect re.IGNORECASE
Changes by Brian Ward : -- nosy: +Brian Ward ___ Python tracker <http://bugs.python.org/issue24896> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue24896] It is undocumented that re.UNICODE and re.LOCALE affect re.IGNORECASE
Changes by Brian Ward : -- pull_requests: +1863 ___ Python tracker <http://bugs.python.org/issue24896> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue24896] It is undocumented that re.UNICODE and re.LOCALE affect re.IGNORECASE
Brian Ward added the comment: OK, I'll look at this soon and come up with the next iteration. -- ___ Python tracker <http://bugs.python.org/issue24896> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue31714] Improve re documentation
Brian Ward added the comment: In re.rst, the instances of "Correcsponds the" should be "Corresponds to the" and "Doesn't have correcsponding inline flag" should be "No corresponding inline flag." -- nosy: +Brian Ward ___ Python tracker <https://bugs.python.org/issue31714> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com