Roundup Tracker - Issues

Message5613

Author rouilj
Recipients drboone, rouilj, schlatterbeck
Date 2016-06-19.06:13:09
Message-id <1466316789.79.0.143581596791.issue2550850@psf.upfronthosting.co.za>
In-reply-to
Supplied a definition for BSPACE since it seems to not be defined
anywhere (even searching a python 3.4 install didn't turn up a
definition for
it). BSPACE definition taken from:

 
http://svn.python.org/projects/python/branches/py3k-urllib/Lib/email/header.py

which is almost identical code. Put definition of BSPACE just before
the reference to minimize scope and chance of unintended issues. This
isn't the best place because it will be redefined every time through,
but this is not a heavily used code path or it would have been
found/fixed long ago.

Fixed in: 89c2c1a88927

I would still like to know what header input triggered it so we can add
to the test suite.
History
Date User Action Args
2016-06-19 06:13:09rouiljsetmessageid: <1466316789.79.0.143581596791.issue2550850@psf.upfronthosting.co.za>
2016-06-19 06:13:09rouiljsetrecipients: + rouilj, schlatterbeck, drboone
2016-06-19 06:13:09rouiljlinkissue2550850 messages
2016-06-19 06:13:09rouiljcreate