Re: [Python-Dev] Unicode module names (Was: Python 3.3 release schedule posted)

2011-04-03 Thread Victor Stinner
Le samedi 02 avril 2011 à 16:06 +0300, anatoly techtonik a écrit : > On Thu, Mar 24, 2011 at 2:41 AM, Victor Stinner > wrote: > > > > I am still working on the import machinery to fix last bugs related to > > Unicode. So it will be possible to do an useless "import café" in Python > > 3.3, on any

Re: [Python-Dev] Unicode module names (Was: Python 3.3 release schedule posted)

2011-04-02 Thread Georg Brandl
Am 02.04.2011 15:06, schrieb anatoly techtonik: > On Thu, Mar 24, 2011 at 2:41 AM, Victor Stinner > wrote: >> >> I am still working on the import machinery to fix last bugs related to >> Unicode. So it will be possible to do an useless "import café" in Python >> 3.3, on any platform. But it is not

[Python-Dev] Unicode module names (Was: Python 3.3 release schedule posted)

2011-04-02 Thread anatoly techtonik
On Thu, Mar 24, 2011 at 2:41 AM, Victor Stinner wrote: > > I am still working on the import machinery to fix last bugs related to > Unicode. So it will be possible to do an useless "import café" in Python > 3.3, on any platform. But it is not really an huge change (for the user, > but an huge chan