Re: [docs] Reporting a Bug

2022-05-12 Thread anthony.flury via Python-list
ot; To: d...@python.org Cc: python-list@python.org Sent: Wednesday, 4 May, 22 At 10:36 Subject: [docs] Reporting a Bug Hello dears, First of all i am not sure about this issue please advise me if there is any mistake in my report. for example in python 3.6.3 shell: x= "Th

Re: Reporting a Bug

2016-11-12 Thread dieter
Vidyalakshmi Rao writes: > ... > *Issue: Spyder hangs in instances while iterating over a list containing > rows with nothing in it.* > > > for eachinfo in range(len(textlist)): #remove non-ASCII characters from > the textlist > textlist[eachinfo] = re.sub(r'[^\x00-\x7F]+','', textlist

Reporting a Bug

2016-11-11 Thread Vidyalakshmi Rao
Hi, System Specification: 2.7.7 |Anaconda custom (64-bit)| (default, Jun 11 2014, 10:40:02) [MSC v.1500 64 bit (AMD64)] *Issue: Spyder hangs in instances while iterating over a list containing rows with nothing in it.* for eachinfo in range(len(textlist)): #remove non-ASCII characters fro