Commit Graph

18 Commits

Author SHA1 Message Date
James Ray 20b7e48120 Remove "XXX Mention docstrings of 2.2 properties." (#486)
See https://github.com/python/peps/issues/484 for details.
2017-11-30 10:48:08 -08:00
Mariatta cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3.
2017-11-11 11:28:55 -08:00
Huang Huang bb0e518ed3 Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Serhiy Storchaka a53392a0f0 Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Guido van Rossum eba2eac2ea Do not recommend a blank line before any docstrings. Patch by Akira Kidata. 2014-10-24 09:31:53 -07:00
Guido van Rossum c545d8084f Attempt to clean up PEP 257 footnotes. 2014-03-04 09:19:58 -08:00
Guido van Rossum ab85e78f9b PEP 257: Drop recommendation of extra blank line at end of docstring. 2014-02-28 09:53:33 -08:00
Benjamin Peterson eba9b932eb link to PEP 8 2014-02-27 17:37:29 -05:00
Georg Brandl 08ea236bbb Update not-so-old PEP URL. 2009-01-18 09:50:42 +00:00
David Goodger 92b90ef79b updated my email addy 2007-06-22 15:32:33 +00:00
David Goodger 9e353b2297 Added "Handling Docstring Indentation" section. 2002-11-30 01:49:37 +00:00
David Goodger c43fa89298 Clarified algorithm for stripping indentation from docstrings. 2002-11-28 03:59:50 +00:00
David Goodger dde379d684 Converted to reStructuredText & updated. 2002-08-30 03:10:51 +00:00
Barry Warsaw 0c228b0b73 Updates to PEPs 256, 257, 258, 287 by David Goodger. Some of the
titles have changed so this includes an update to PEP 0.
2002-08-01 22:32:33 +00:00
Barry Warsaw 786551c3db Use new acceptable practices for PEP references. 2001-07-05 19:20:16 +00:00
Guido van Rossum 66d57b047e Add back the Emacs stanza. 2001-06-19 11:43:26 +00:00
Guido van Rossum d96e4fbc05 New version from David Goodger, where he makes me co-author (since
it's mostly lifted from my style guide).  I don't plan to actively
contribute much -- David is the primary author.

There are many miscellaneous updates here.
2001-06-18 19:18:58 +00:00
unknown 3cade7a68b PEP 257, Docstring Conventions, David Goodger
Editing pass by Barry.
2001-06-06 05:55:20 +00:00