[python-committers] [RELEASED] Python 3.2 rc 1
Terry Reedy
tjreedy at udel.edu
Sun Jan 16 12:58:49 EST 2011
On 1/16/2011 4:10 AM, Mark Summerfield wrote:
> Regarding http://docs.python.org/dev/whatsnew/3.2.html
>
> - in the first argparse example the comment says "one of four allowed
> values", but the choices list has only three items so I wonder if this
> is correct?
>
> - in the coverage of PEP 3333 code points are written as u0000 and u00FF
> which is non-standard; one standard way to write them is U+0000 and
> U+00FF
Both fixed.
> I love the clickable table of built-in functions in functions.html.
I do too.
> On debian testing 64-bit make test resulted in:
> ...
> However, I hit a problem with relative imports not working (compared
> with 3.1). I have to go now but will try to produce a small example if I
> can.
--
Terry Jan Reedy
More information about the Python-list
mailing list