[issue26483] docs unclear on difference between str.isdigit() and str.isdecimal()

2016-03-12 Thread Anna Koroliuk
Anna Koroliuk added the comment: Hi, all! At Helsinki Python sprint I with the kind help of Ezio found two things. 1) This code gives results which are attached in the file. I will just now show some interesting cases where isdigit() and isdecimal() give different results. for c in map(chr

[issue16851] Hint about correct ismethod and isfunction usage

2016-03-11 Thread Anna Koroliuk
Anna Koroliuk added the comment: This patch fixes Python 2.7. -- nosy: +Anna Koroliuk Added file: http://bugs.python.org/file42128/inspect2.patch ___ Python tracker <http://bugs.python.org/issue16