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 eric.araujo
Recipients belopolsky, docs@python, eli.bendersky, eric.araujo, ezio.melotti, terry.reedy
Date 2010-11-20.12:56:05
SpamBayes Score 0.00013990459
Marked as misclassified No
Message-id <1290257766.55.0.277419500688.issue10461@psf.upfronthosting.co.za>
In-reply-to
Content
Certainly.  Here is my secret grep:
$ cd py3k/Doc
$ grep -n --color=auto -d skip -I --exclude-dir .svn --exclude-dir .hg -R open\(.*\).read *.rst c-api distutils documenting extending faq howto library reference tutorial using

List without false positives: 

faq/library.rst
library/pkgutil.rst
library/atexit.rst
library/pipes.rst
library/cmd.rst
library/logging.rst
library/difflib.rst
library/collections.rst
tutorial/interpreter.rst
tutorial/stdlib2.rst

List for open(.*).write:
faq/library.rst
library/ftplib.rst
library/atexit.rst

There is probably a better regex that would catch “open(.*).[valid method name]”, but I hate regexes.
History
Date User Action Args
2010-11-20 12:56:06eric.araujosetrecipients: + eric.araujo, terry.reedy, belopolsky, ezio.melotti, eli.bendersky, docs@python
2010-11-20 12:56:06eric.araujosetmessageid: <1290257766.55.0.277419500688.issue10461@psf.upfronthosting.co.za>
2010-11-20 12:56:05eric.araujolinkissue10461 messages
2010-11-20 12:56:05eric.araujocreate