New submission from Antoine Pitrou <pit...@free.fr>:

As mentioned in issue13744, it is not easy to remember that br"" is an allowed 
bytes literal but not rb"". Here is a patch to allow both forms.

----------
components: Interpreter Core
files: rb.patch
keywords: patch
messages: 150964
nosy: barry, benjamin.peterson, gvanrossum, ncoghlan, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Allow rb"" literals as an equivalent to br""
type: enhancement
versions: Python 3.3
Added file: http://bugs.python.org/file24188/rb.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13748>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to