[issue24126] newlines attribute does not get set after calling readline()

Davide Mancusi report at bugs.python.org
Tue May 5 12:56:53 CEST 2015


Davide Mancusi added the comment:

For completeness, here is some versioning information:

$ python
Python 2.7 (r27:82500, Mar 23 2015, 16:46:39) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig
>>> print sysconfig.get_config_var('CONFIG_ARGS')                                                                                                                                                                                              
'--prefix=/opt/python2.7' '--enable-shared'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24126>
_______________________________________


More information about the Python-bugs-list mailing list