Commit Graph

8 Commits

Author SHA1 Message Date
Hugo van Kemenade 984bac27c9
pep2rss.py: Use HTTPS for RSS links (#1680) 2020-10-23 08:38:15 -07:00
Harmon abab110be1 Fix pep2rss to specify output encoding (GH-634) 2018-07-10 09:05:08 -05:00
Harmon 1e68a0f83b Fix pep2rss to include PEPs written in reStructuredText format (GH-632) 2018-04-27 00:20:27 -05:00
Benjamin Peterson 0bb8e3999f file -> open for python 3 compat 2017-02-26 11:11:00 -08:00
Andrew M. Kuchling 7fc1e4f67d Remove unused import 2008-01-15 14:00:16 +00:00
Andrew M. Kuchling e16f0ab5cc Cosmetic patch from Frank Benksten:
* Show most recent items in reverse order so the newest item is at the top.
2008-01-15 13:56:50 +00:00
Andrew M. Kuchling c45b869b65 Patch from Frank Benkstein:
* Fix links for three-digit PEPs.  The leading zero was eaten by an
    integer conversion.
  * PEPs are encoded as UTF-8 as per PEP 1.  Change the input and output
    encodings from latin1 to utf-8 to make the feed render correctly.
2008-01-15 12:06:19 +00:00
Martin v. Löwis bda9a6d0a8 Add pep2rss, contributed by Jonathan Ellis. 2007-07-08 08:49:54 +00:00