[issue7579] Patch to add docstrings to msvcrt

2010-08-23 Thread Brian Curtin
Brian Curtin cur...@acm.org added the comment: Committed to py3k in r84295. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7579

[issue7579] Patch to add docstrings to msvcrt

2010-07-22 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: georg.brandl - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7579 ___

[issue7579] Patch to add docstrings to msvcrt

2010-07-22 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- assignee: d...@python - brian.curtin ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7579 ___ ___

[issue7579] Patch to add docstrings to msvcrt

2010-01-12 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- priority: - normal stage: - patch review type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7579 ___

[issue7579] Patch to add docstrings to msvcrt

2009-12-30 Thread Brian Curtin
Brian Curtin cur...@acm.org added the comment: Here is a patch for py3k. It uses the same contents as before but with changes to the str/bytes wording on getch_doc, putch_doc, and ungetch_doc. Includes updates to the msvcrt.rst file. Let me know if the wording seems correct (or if I left

[issue7579] Patch to add docstrings to msvcrt

2009-12-29 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Patch looks good, can someone with the ability to test it please commit it? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7579 ___

[issue7579] Patch to add docstrings to msvcrt

2009-12-29 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Committed r77126 in trunk. I reflowed the text for getch(), so that help(msvcrt) displays nicely in a 80-chars-wide console (this was my test) I was about to merge it into py3k, when I realized that the documentation should be updated

[issue7579] Patch to add docstrings to msvcrt

2009-12-28 Thread Brian Curtin
Brian Curtin cur...@acm.org added the comment: I fixed up the bodies of the docstrings, removed the weird quotes around pushed back (copy/paste error), and got the heapmin/locking name fixed up. Thanks for taking a look at this. -- Added file:

[issue7579] Patch to add docstrings to msvcrt

2009-12-27 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: This is a good idea. I have some comments though: - the second docstring says heapmin when it should describe locking. - there are strange characters around pushed back. Please use only ascii characters. - The body of the docstrings

[issue7579] Patch to add docstrings to msvcrt

2009-12-26 Thread Brian Curtin
New submission from Brian Curtin cur...@acm.org: Patch to provide docstrings throughout the msvcrt module. -- assignee: georg.brandl components: Documentation, Windows files: msvcrt_docstrings.diff keywords: patch messages: 96893 nosy: brian.curtin, georg.brandl severity: normal status: