[issue36480] .strip() unexpected output on Windows

2019-03-30 Thread 78
78 <78alphadevi...@gmail.com> added the comment: I have read the documentation. It didn't function near what I thought it did. I've never heard it stripping front and back characters in tutorials. I solely admit I was wrong in assuming its function. On Sat, Mar 30, 2019, 3:35 PM Eric V.

[issue36480] .strip() unexpected output on Windows

2019-03-30 Thread 78
78 <78alphadevi...@gmail.com> added the comment: import binascii import os import re import sys import hashlib import json import codecs import threading import datetime from multiprocessing.pool import ThreadPool try: import PySimpleGUI_Custom as sg except: import PySimpleGUI

[issue36480] .strip() unexpected output on Windows

2019-03-29 Thread 78
New submission from 78 <78alphadevi...@gmail.com>: Using .strip() on windows leads to the first and last character of a word being deleted. Magenta.zip becomes agenta.zi -- components: Windows messages: 339164 nosy: 78Alpha, paul.moore, steve.dower, tim.golden, zach.ware pr