[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (11/13/09 - 11/20/09) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 2506 open (+41) / 16686 closed (+15) / 19192 total (+56) Open issues with patches: 1000 Average duration of open issues: 685 days. Median duration of open issues: 440 days. Open Issues Breakdown open 2471 (+41) pending34 ( +0) Issues Created Or Reopened (59) ___ textwrap doesn't linebreak on "\n" 11/19/09 http://bugs.python.org/issue1859reopened gvanrossum float compared to decimal is silently incorrect. 11/14/09 http://bugs.python.org/issue2531reopened mark.dickinson patch 2to3 execfile conversion changes behavior11/16/09 http://bugs.python.org/issue7268reopened benjamin.peterson patch os.path.normpath doesn't normalize ../path/something.py 11/13/09 CLOSED http://bugs.python.org/issue7315created purpleidea Add a timeout functionality to common locking operations 11/13/09 http://bugs.python.org/issue7316created pitrou patch Display full tracebacks when an error occurs asynchronously 11/13/09 http://bugs.python.org/issue7317created pitrou multiprocessing should not wait endlessly11/13/09 CLOSED http://bugs.python.org/issue7318created pitrou patch Silence DeprecationWarning by default11/14/09 http://bugs.python.org/issue7319created brett.cannon patch Unable to load external modules on build slave with debug python 11/14/09 http://bugs.python.org/issue7320created db3l PyIter_Check(obj) fails when obj is of type PySetType11/14/09 CLOSED http://bugs.python.org/issue7321created damianeads Socket timeout can cause file-like readline() method to lose dat 11/14/09 http://bugs.python.org/issue7322created beazley decimal.Decimal greater than/less than sometimes gives wrong ans 11/14/09 CLOSED http://bugs.python.org/issue7323created adamtj Add sanity-check else case to regrtest option parsing11/14/09 CLOSED http://bugs.python.org/issue7324created r.david.murray patch, patch tempfile.mkdtemp() does not return absolute pathname when dir is 11/14/09 http://bugs.python.org/issue7325created roysmith easy SOLUTION pls? /usr/lib/python2.6/dist-packages/visual/__init__.p 11/15/09 CLOSED http://bugs.python.org/issue7326created pveloz format: minimum width: UTF-8 separators and decimal points 11/15/09 http://bugs.python.org/issue7327created skrah pydoc doesn't work from the command line 11/15/09 CLOSED http://bugs.python.org/issue7328created pitrou global statements outside functions/methods should raise SyntaxE 11/15/09 http://bugs.python.org/issue7329created ezio.melotti PyUnicode_FromFormat segfault when using widths. 11/15/09 http://bugs.python.org/issue7330created mark.dickinson
Re: [Python-Dev] PyPI comments and ratings, *really*?
On approximately 11/14/2009 7:29 AM, came the following characters from the keyboard of Floris Bruynooghe: Having a "Repository-URL", "Repository-Browse-URL" and a "Bug-Tracker-URL" field in PyPI would be a lot more usefule then comments and ratings. +1 Here's a thought... if the author supplies the above URLs, then comments would be prevented, in favor of using the author-supplied system. If the author doesn't supply the above URL, or someone reports that the URLs don't work, then comments on PyPI would be enabled. -- Glenn “Everyone is entitled to their own opinion, but not their own facts. In turn, everyone is entitled to their own opinions of the facts, but not their own facts based on their opinions.” -- Guy Rocha, retiring NV state archivist ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] PyPI comments and ratings, *really*?
Glenn Linderman writes: > On approximately 11/14/2009 7:29 AM, came the following characters > from the keyboard of Floris Bruynooghe: > > Having a "Repository-URL", "Repository-Browse-URL" and a > > "Bug-Tracker-URL" field in PyPI would be a lot more usefule then > > comments and ratings. > > +1 Agreed, the above would be very useful. > Here's a thought... if the author supplies the above URLs, then > comments would be prevented, in favor of using the author-supplied > system. Others in this thread have pointed out that comments on the package don't serve the same purpose as a bug tracker for the project. I don't think you'll get that “either/or” suggestion to fly. -- \ “Programs must be written for people to read, and only | `\incidentally for machines to execute.” —Abelson & Sussman, | _o__) _Structure and Interpretation of Computer Programs_ | Ben Finney ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
