[docs] python 2.6 does support 'b' prefix on strings

Pádraig Brady P at draigBrady.com
Mon Jan 16 11:26:54 CET 2012


In the language reference, there is no mention of the b prefix for string literals.
http://docs.python.org/release/2.6/reference/lexical_analysis.html#literals
This should be added to be consistent with the info here:
http://docs.python.org/release/2.6/whatsnew/2.6.html#pep-3112-byte-literals

The top link should also be adjusted for 2.6.[1-7]

cheers,
Pádraig.


More information about the docs mailing list