[Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

Chris Jerdonek chris.jerdonek at gmail.com
Sun Sep 30 07:17:59 CEST 2012


On Sat, Sep 29, 2012 at 10:09 PM, R. David Murray <rdmurray at bitdance.com> wrote:
> On Sun, 30 Sep 2012 08:01:00 +1000, Tim Delaney <timothy.c.delaney at gmail.com> wrote:
>> Also the example at
>> http://docs.python.org/py3k/whatsnew/3.3.html#pep-409-suppressing-exception-contextreads:
>>
>> ...             raise AttributeError(attr) from None...
>>
>> Looks like there's an elipsis there that shouldn't be.
>
> This appears to be a Sphinx bug of some sort.  The ReST source
> is correct.

Yes, this was previously discussed here:

http://mail.python.org/pipermail/python-dev/2012-August/121467.html

where Georg wrote:

> this is fixed in the latest Pygments, and will be fine in the doc once I
> update its version used for building.  Until then, you could disable
> syntax highlighting on that particular code block.

--Chris


More information about the Python-Dev mailing list