[Python-Dev] [RELEASED] Python 3.2.4 rc 1 and Python 3.3.1 rc 1

2013-03-25 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I am pleased to announce the first release candidates of Python 3.2.4 and 3.3.1. Python 3.2.4 will be the last regular maintenance release for the Python 3.2 series, while Python 3.3.1 is the first maintenance

Re: [Python-Dev] Simple IDLE issues to commit before Python 2.7.4 release in two weeks on 4/6/2013

2013-03-25 Thread Terry Reedy
On 3/25/2013 3:30 PM, Todd Rovito wrote: http://bugs.python.org/issue7136 Idle File Menu Option Improvement http://bugs.python.org/issue17390 display python version on idle title bar http://bugs.python.org/issue17511 Idle find function closes after each find operation http://bugs.python.org/issu

Re: [Python-Dev] IDLE in the stdlib

2013-03-25 Thread Terry Reedy
On 3/22/2013 2:51 PM, francis wrote: ~$ python2.7 -m idlelib /usr/bin/python2.7: No module named idlelib.__main__; 'idlelib' is a package and cannot be directly executed Same with python3... C:\Programs>python33\python.exe -m idlelib brings up IDLE on Windows. 2.7 and 3.2 do not work as abov

Re: [Python-Dev] Simple IDLE issues to commit before Python 2.7.4 release in two weeks on 4/6/2013

2013-03-25 Thread Stephen J. Turnbull
Todd Rovito writes: > All this is good information and makes me feel even better about > waiting a few months to get these four issues and possibly more IDLE > issues fixed before the next release. +1 for more issues fixed in the next release! :-) _

Re: [Python-Dev] Simple IDLE issues to commit before Python 2.7.4 release in two weeks on 4/6/2013

2013-03-25 Thread Todd Rovito
On Mon, Mar 25, 2013 at 5:31 PM, Ned Deily wrote: > Todd, > > Thanks for your suggestions and work to improve IDLE and Python, in > general. There has been a lot of discussions recently, including your > PEP proposal. I have not commented on the discussions yet, though I > plan to in the next fe

Re: [Python-Dev] Can we triple quoted string as a comment?

2013-03-25 Thread Raymond Hettinger
On Mar 25, 2013, at 2:16 PM, Victor Stinner wrote: > Hi, > > I just realized that the Python peephole optimizer removes useless > instructions like numbers and strings between other instructions, > without raising an error nor emiting an error. Example: > > $ python -Wd -c 'print "Hello"; "Wor

Re: [Python-Dev] Simple IDLE issues to commit before Python 2.7.4 release in two weeks on 4/6/2013

2013-03-25 Thread Todd Rovito
On Mon, Mar 25, 2013 at 4:40 PM, Benjamin Peterson wrote: > I'm afraid the ship has sailed on that. After a bugfix release > candidate, I only take patches that fix regressions from earlier > releases of the same series. (The goal is to not make any changes > between the release candidate and fina

Re: [Python-Dev] Simple IDLE issues to commit before Python 2.7.4 release in two weeks on 4/6/2013

2013-03-25 Thread Maciej Fijalkowski
On Mon, Mar 25, 2013 at 3:57 PM, Glyph wrote: > > On Mar 25, 2013, at 1:40 PM, Benjamin Peterson wrote: > > ... Assuming PEP 343 becomes policy ... > > > Are you sure you got this PEP number right? The 'with' statement? > > > Don't worry even google co

Re: [Python-Dev] Simple IDLE issues to commit before Python 2.7.4 release in two weeks on 4/6/2013

2013-03-25 Thread Benjamin Peterson
2013/3/25 Glyph : > > On Mar 25, 2013, at 1:40 PM, Benjamin Peterson wrote: > > ... Assuming PEP 343 becomes policy ... > > > Are you sure you got this PEP number right? The 'with' statement? Sorry, I meant PEP 434. -- Regards, Benjamin ___ Python-

Re: [Python-Dev] Simple IDLE issues to commit before Python 2.7.4 release in two weeks on 4/6/2013

2013-03-25 Thread Glyph
On Mar 25, 2013, at 1:40 PM, Benjamin Peterson wrote: > ... Assuming PEP 343 becomes policy ... Are you sure you got this PEP number right? The 'with' statement? -glyph___ Python-Dev mailing list Python-De

Re: [Python-Dev] Simple IDLE issues to commit before Python 2.7.4 release in two weeks on 4/6/2013

2013-03-25 Thread Ned Deily
In article , Todd Rovito wrote: > Now the clock is ticking and we have two weeks to get IDLE issues > pushed into CPython before the final release of 2.7.4. Below is my > list of low risk issues that would be great to get pushed into > CPython. I hope this email will encourage CPython Core Dev

Re: [Python-Dev] Can we triple quoted string as a comment?

2013-03-25 Thread Gregory P. Smith
On Mon, Mar 25, 2013 at 2:16 PM, Victor Stinner wrote: > Hi, > > I just realized that the Python peephole optimizer removes useless > instructions like numbers and strings between other instructions, > without raising an error nor emiting an error. Example: > > $ python -Wd -c 'print "Hello"; "Wor

[Python-Dev] Can we triple quoted string as a comment?

2013-03-25 Thread Victor Stinner
Hi, I just realized that the Python peephole optimizer removes useless instructions like numbers and strings between other instructions, without raising an error nor emiting an error. Example: $ python -Wd -c 'print "Hello"; "World"' Hello As part of my astoptimizer project, I wrote a function t

Re: [Python-Dev] Simple IDLE issues to commit before Python 2.7.4 release in two weeks on 4/6/2013

2013-03-25 Thread Benjamin Peterson
2013/3/25 Todd Rovito : > Python 2.7.4 release candidate was just announced and is ready for testing > here: > http://python.org/download/releases/2.7.4/ > > Now the clock is ticking and we have two weeks to get IDLE issues > pushed into CPython before the final release of 2.7.4. I'm afraid the s

[Python-Dev] Simple IDLE issues to commit before Python 2.7.4 release in two weeks on 4/6/2013

2013-03-25 Thread Todd Rovito
Python 2.7.4 release candidate was just announced and is ready for testing here: http://python.org/download/releases/2.7.4/ Now the clock is ticking and we have two weeks to get IDLE issues pushed into CPython before the final release of 2.7.4. Below is my list of low risk issues that would be gr