[issue26016] io.TextIOWrapper.tell() report 65bit number when mix readline() + tell()

2016-01-05 Thread EcmaXp
New submission from 이시만 (EcmaXp): I did test on - Python 3.5.1 on Windows 64 Bit and 32 Bit (Machine A) - Python 3.4.4 on Windows 32 Bit (Machine A) - Python 3.4.3+ on Ubuntu 15.10 64 Bit (Virtual Machine on Machine A) - Python 3.4.2 on Machine B and C - Python 3.3.5 on Windows 32 Bit (Machine

[issue26016] io.TextIOWrapper.tell() report 65bit number when mix readline() + tell()

2016-01-05 Thread EcmaXp
이시만 (EcmaXp) added the comment: second fp.readline() # '..\n' is actaully '...\n' mistake -- ___ Python tracker <http://bugs.python.org/issue26016> ___

[issue10223] socket.gethostname() fail

2010-10-28 Thread EcmaXp
EcmaXp added the comment: http://bugs.python.org/issue9377 -- resolution: -> rejected status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue10223] socket.gethostname() fail

2010-10-28 Thread EcmaXp
New submission from EcmaXp : C:\Users\PC-\Desktop>c:\python31\python Python 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit (Intel)] on win32 Type “help”, “copyright”, “credits” or “license” for more information. >>> import socket >>> socket.gethostname() Traceb