diff options
| author | Dirk Makowski <dmakowski@gmx.net> | 2012-08-26 23:12:24 +0200 |
|---|---|---|
| committer | Dirk Makowski <dmakowski@gmx.net> | 2012-08-26 23:12:24 +0200 |
| commit | a395ba8ba1574358d4d0284ea03584ac54df5d5c (patch) | |
| tree | b95cfaf69e76a93b059802c1d72de9e93b4c9743 | |
| parent | 4de4e021ee82111c300f18582caafe420a0f49fe (diff) | |
| download | feedgenerator-a395ba8ba1574358d4d0284ea03584ac54df5d5c.tar.gz | |
Corrected comment
| -rw-r--r-- | tests/test_feedgenerator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_feedgenerator.py b/tests/test_feedgenerator.py index dbc90b3..ccbf111 100644 --- a/tests/test_feedgenerator.py +++ b/tests/test_feedgenerator.py @@ -71,7 +71,6 @@ class TestFeedGenerator(unittest.TestCase): # On Python 2, result of feedgenerator is a str string! # Expected_result must therefore encoded likewise. expected_result = build_expected_result(feed, EXPECTED_RESULT, ENCODING) - # XXX Is the following resoning true? XXX # The different result types of Python 2 (str=bytes) and Python 3 # (str=text=unicode) stems from a different implementation of StringIO. # As I understand it, getvalue() in Python 2 returns the type you |
