mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -80,7 +80,7 @@ class RSSHandler(handler.ContentHandler):
|
|||
|
||||
if name == "rss":
|
||||
self._out.write(bottom)
|
||||
|
||||
|
||||
def characters(self, content):
|
||||
self._text = self._text + content
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue