Commit Graph

8 Commits

Author SHA1 Message Date
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
Serhiy Storchaka 07c157552d Replace tabs with spaces and fix identation errors. (#230) 2017-03-24 00:57:19 +02:00
Brett Cannon cdf5d3ce68 Fix the headers so that they are in the right order and no required headers are
missing.
2007-06-19 04:20:07 +00:00
Andrew M. Kuchling a30697598f Withdraw PEP 321: datetime objects have a strptime() method now 2006-04-26 10:20:27 +00:00
Andrew M. Kuchling 76d58ad2e7 Add a link 2003-11-18 18:58:37 +00:00
Andrew M. Kuchling 9939002fc5 Turn paragraph into a list, and add some items 2003-10-28 19:48:44 +00:00
Andrew M. Kuchling 6e8e7c515a Record a relevant link 2003-10-07 12:16:04 +00:00
Andrew M. Kuchling ed280715d0 Add PEP 321: Date/time parsing 2003-09-16 12:07:56 +00:00