[Python-Dev] What's New in Python 3.3: missing unittest.mock!

2012-09-14 Thread Victor Stinner
Hi, I just noticed that the new unittest.mock module is missing from the What's New in Python 3.3. Can someone add it? (I cannot right now). Thanks. Victor ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-

Re: [Python-Dev] What's New in Python 3.3

2012-08-13 Thread Matthias Klose
On 09.08.2012 01:04, Victor Stinner wrote: > Does Python 3.3 support cross-compilation? There are two new option > for configure: --host and --build, but it's not mentioned in What's > New in Python 3.3. it does work, but it is only tested for the linux -> linux case. the mingw and macosx cross bu

Re: [Python-Dev] What's New in Python 3.3

2012-08-08 Thread Victor Stinner
Does Python 3.3 support cross-compilation? There are two new option for configure: --host and --build, but it's not mentioned in What's New in Python 3.3. Victor ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/py

Re: [Python-Dev] What's New in Python 3.3

2012-08-08 Thread fwierzbi...@gmail.com
On Wed, Aug 8, 2012 at 12:54 AM, Raymond Hettinger wrote: > Hello all, > > I'll soon be starting the edits of Whatsnew for 3.3. > > When I did this for 3.2, it took over 150 hours of work to research all the > changes. This time there are many more changes, so my previous process won't > work (

[Python-Dev] What's New in Python 3.3

2012-08-08 Thread Raymond Hettinger
Hello all, I'll soon be starting the edits of Whatsnew for 3.3. When I did this for 3.2, it took over 150 hours of work to research all the changes. This time there are many more changes, so my previous process won't work (reviewing every "new in 3.3" entry in the docs, every entry in the vol