Message11478

Author jeff.allen
Recipients jeff.allen
Date 2017-07-18.07:47:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500364023.1.0.000390056828381.issue2608@psf.upfronthosting.co.za>
In-reply-to
Content
Within https://github.com/jythontools/jython/issues/83 the user encounters an error that I tentatively identify as our failure to handle his host name correctly here: https://hg.python.org/jython/file/tip/src/org/python/modules/posix/PosixModule.java#l1174 . I think we should be FS-encoding the String(s).

I have not reproduced this myself yet. (Need to change the host name to include a character >255.)
History
Date User Action Args
2017-07-18 07:47:03jeff.allensetrecipients: + jeff.allen
2017-07-18 07:47:03jeff.allensetmessageid: <1500364023.1.0.000390056828381.issue2608@psf.upfronthosting.co.za>
2017-07-18 07:47:02jeff.allenlinkissue2608 messages
2017-07-18 07:47:02jeff.allencreate