Message129332
| Author | eli.bendersky |
|---|---|
| Recipients | Retro, brian.curtin, eli.bendersky, eric.araujo, eric.smith, georg.brandl, giampaolo.rodola, ncoghlan, rhettinger, terry.reedy, xuanji, ysj.ray |
| Date | 2011-02-25.05:51:48 |
| SpamBayes Score | 2.6090241e-14 |
| Marked as misclassified | No |
| Message-id | <1298613110.03.0.852516393346.issue10516@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
A slightly revised patch committed in revision 88554: 1. Fixed Éric's whitespace comment 2. Fixed a test in test_descrtut.py which was listing list's methods 3. Moved the change to collections.py onto Lib/collections/__init__.py 4. Added NEWS entry Éric - as I mentioned earlier in this issue, I chose to leave the syntax of the docstring for the new methods similar to the same methods in dict (dict docstring look better and more internally consistent anyhow). I propose to move further discussion of this matter into a separate issue which will deal with the overall (in)consistency in the docstrings of list and dict. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-02-25 05:51:50 | eli.bendersky | set | recipients: + eli.bendersky, georg.brandl, rhettinger, terry.reedy, ncoghlan, eric.smith, giampaolo.rodola, eric.araujo, Retro, brian.curtin, ysj.ray, xuanji |
| 2011-02-25 05:51:50 | eli.bendersky | set | messageid: <1298613110.03.0.852516393346.issue10516@psf.upfronthosting.co.za> |
| 2011-02-25 05:51:49 | eli.bendersky | link | issue10516 messages |
| 2011-02-25 05:51:48 | eli.bendersky | create | |