This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arigo
Recipients arigo
Date 2014-08-31.13:17:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409491027.45.0.991041704506.issue22314@psf.upfronthosting.co.za>
In-reply-to
Content
$ LINES=20 python Lib/test/test_pydoc.py

...
  File ".../Lib/pydoc.py", line 1448, in ttypager
    r = inc = os.environ.get('LINES', 25) - 1
TypeError: unsupported operand type(s) for -: 'str' and 'int'

duh.
History
Date User Action Args
2014-08-31 13:17:07arigosetrecipients: + arigo
2014-08-31 13:17:07arigosetmessageid: <1409491027.45.0.991041704506.issue22314@psf.upfronthosting.co.za>
2014-08-31 13:17:07arigolinkissue22314 messages
2014-08-31 13:17:07arigocreate