[Pydotorg-www] [PATCH] fix peps.rss feed

Frank Benksten frank-python at benkstein.net
Tue Jan 15 02:43:51 CET 2008


Hello,

attached patch fixes two issues in the current PEP feed that is
available at http://www.python.org/dev/peps/peps.rss:

  * 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.

Best regards,
Frank Benkstein.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: peps-rss.diff
Url: http://mail.python.org/pipermail/pydotorg-www/attachments/20080115/e6cf4ecb/attachment.txt 


More information about the Pydotorg-www mailing list