[Python-Dev] PEP 461 Final? (original) (raw)

Ethan Furman ethan at stoneleaf.us
Sat Jan 18 18🔞53 CET 2014


On 01/18/2014 03:40 AM, Antoine Pitrou wrote:

On Fri, 17 Jan 2014 08:49:21 -0800 Ethan Furman <ethan at stoneleaf.us> wrote:

================================================================================ PEP: 461 There are formatting issues in the HTML rendering, I think the ReST code needs a bit massaging: http://www.python.org/dev/peps/pep-0461/

I'm not seeing the problems (could be I don't have enough experience to spot them).

.. note::

Because the str type does not have a bytes method, attempts to directly use 'a string' as a bytes interpolation value will raise an exception. To use 'string' values, they must be encoded or otherwise transformed into a bytes sequence:: s/'string' values/unicode strings/

Fixed, thanks.

-- Ethan



More information about the Python-Dev mailing list