Re: Weekly Python Patch/Bug Summary



Kurt B. Kaiser wrote:

Patch / Bug Summary
___________________

Patches : 407 open ( +3) / 3393 closed (+17) / 3800 total (+20)
Bugs : 888 open (+28) / 6145 closed (+14) / 7033 total (+42)
RFE : 232 open ( +3) / 236 closed ( +1) / 468 total ( +4)

could this script perhaps be modified to filter out Python 3000 stuff, at least for the edition sent to python-dev ?

</F>

.



Relevant Pages

  • Re: Auto locate Pythons .so on Linux (for cx_Freezes --shared-lib-name)
    ... e.g. by running a small script with that Python. ... How about run python -v yourscript and filter the output? ...
    (comp.lang.python)
  • Re: Weekly Python Patch/Bug Summary
    ... Fredrik Lundh wrote: ... could this script perhaps be modified to filter out Python 3000 stuff, at least for the edition sent to python-dev? ...
    (comp.lang.python)
  • Re: perl to python
    ... sed and perl can let you do all that quick command line stuff. ... into a full blown script. ... scripts, call it from the python interpreter, whatever I need. ... If I stick to the traditional unix approach, ...
    (comp.lang.python)
  • Re: Learning Tkinter
    ... and how the command option is used to call the function callback. ... gui programming to see if the python programs I have written can be made ... search their computer for this file, execute the python code and then ... This is the meaning of the test on __name__: this magical variable is set to the string '__main__' if and only if the current script is the top-most one, i.e the one you ran python on. ...
    (comp.lang.python)
  • Correct way to handle independent interpreters when embedding in a single-threaded C++ app
    ... The Python interpreter is ... interpreter and provides an extension module to expose ... manage each script runs in a new interpreter. ... globals that could cause issues. ...
    (comp.lang.python)