Hi Georg,
I can't be sure it is a bug, but there is a definite difference of
behavior between 3.0/3.1 and 3.2rc1.
Given this directory layout:
$ ls -R Graphics/
Graphics/:
__init__.py Vector Xpm.py
Graphics/Vector:
__init__.py Svg.py
And these files:
$ cat Graphics/__init__.py
__all__ = [
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 code
On Sun, 16 Jan 2011 08:33:41 +0100
Georg Brandl wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On behalf of the Python development team, I'm very happy to announce
> the first release candidate of Python 3.2.
[snip]
Regarding http://docs.python.org/dev/whatsnew/3.2.html
- in the f