This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Retro
Recipients Retro, eli.bendersky, eric.araujo, eric.smith, georg.brandl, giampaolo.rodola, rhettinger, terry.reedy, xuanji
Date 2010-12-05.10:08:32
SpamBayes Score 2.7288625e-05
Marked as misclassified No
Message-id <AANLkTim=n4aRr1dgQQ5ZRc6TvaUXfTHpDxPUghLuuokd@mail.gmail.com>
In-reply-to <1291522803.06.0.475734496855.issue10516@psf.upfronthosting.co.za>
Content
I'm troubled with one little letter:

"L.copy() -> list -- a shallow copy of L");  should be

"L.copy() -> list -- shallow copy of L");  without the letter 'a',
because other sentences also don't say  "L.__sizeof__() -- *A* size of
L in memory, in bytes");

Please fix this.
Files
File name Uploaded
unnamed Retro, 2010-12-05.10:08:32
History
Date User Action Args
2010-12-05 10:08:34Retrosetrecipients: + Retro, georg.brandl, rhettinger, terry.reedy, eric.smith, giampaolo.rodola, eric.araujo, eli.bendersky, xuanji
2010-12-05 10:08:32Retrolinkissue10516 messages
2010-12-05 10:08:32Retrocreate