On Mon, 17 Jan 2011 08:33:42 +, Mark Summerfield
wrote:
> from ..Graphics import Xpm
> SVG = 1
>
> I can do the relative import with Python 3.0 and 3.1 but not with
> 3.2rc1:
What about 3.1.3? I wonder if it is related to this issue:
http://bugs.python.org/issue7902
--
R. David Murra
On Mon, 17 Jan 2011 09:23:39 -0500
"R. David Murray" wrote:
> On Mon, 17 Jan 2011 08:33:42 +, Mark Summerfield
> wrote:
> > from ..Graphics import Xpm
> > SVG = 1
> >
> > I can do the relative import with Python 3.0 and 3.1 but not with
> > 3.2rc1:
>
> What about 3.1.3? I wonder if it is r
On Mon, Jan 17, 2011 at 2:03 PM, Mark Summerfield wrote:
> 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.
>
> I can do the relative import with Python 3.0 and 3.1 but not with
> 3.2rc1:
Are you sure that the package that you
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
-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.
Python 3.2 is a continuation of the efforts to improve and stabilize the
Python 3.x line. Since the final release of Python 2.7, the 2.x l