[New-bugs-announce] [issue13748] Allow rb"" literals as an equivalent to br""

Antoine Pitrou report at bugs.python.org
Mon Jan 9 20:14:10 CET 2012


New submission from Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue13748>
_______________________________________


More information about the New-bugs-announce mailing list