Robert Kern wrote:
The 'single' mode, which is used for the REPL, is a bit different than
'exec', which is used for modules. This difference lets you insert
"blank" lines of whitespace into a function definition without exiting
the definition.
All that means is that the REPL needs to keep re
Antoine Pitrou wrote:
you can't be sure all the responders are
over 18. Actually, they might even not be human beings!
(hint: I'm not)
Not over 18, or not a human being?
--
Greg
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org
Hi, guys,
just a short introduction of one of this year's GSoC PSF projects:
I am implementing a support for per-paragraph comments and user/developer
interface for submitting/committing fixes in Sphinx[1].
In case you are interesed in adding your 2 cents (or more) by commenting
on my applicatio
Neal Norwitz schrieb:
> Has anyone run valgrind/purify and pychecker/pylint on the 3.1 code
> recently? Both sets of tools should be used before the final release
> so we can fix any obvious problems.
Do pychecker/pylint work on 3.x code?
Gerog
--
Thus spake the Lord: Thou shalt indent with f
Has anyone run valgrind/purify and pychecker/pylint on the 3.1 code
recently? Both sets of tools should be used before the final release
so we can fix any obvious problems.
n
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailm
Hello,
My name is Chandler Armstrong and I'm investigating environments of
collaboration. I'm a PhD candidate at the University of Illinois,
Urbana-Champaign, specialized in internet research and science & technology
studies. I'm generally interested in development methods overall, and
spec
On behalf of the Python development team, I'm happy to announce the first
release candidate of Python 3.1.
Python 3.1 focuses on the stabilization and optimization of the features and
changes that Python 3.0 introduced. For example, the new I/O system has been
rewritten in C for speed. File syst
Unfortunately my problem is the opposite one - trying to emulate what
compile does for IronPython rather than just trying to make some code
compile. So adding newlines doesn't help me.
But this case isn't really that important - it was just a wacky corner
case I ran into while trying to get other