[issue37578] Change Glob: Allow Recursion for Hidden Files

2019-07-17 Thread myungsekyo
Change by myungsekyo : -- nosy: +myungsekyo ___ Python tracker <https://bugs.python.org/issue37578> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36881] isinstance raises TypeError for metaclass with metaclass=ABCMeta

2019-07-03 Thread myungsekyo
Change by myungsekyo : -- nosy: +myungsekyo ___ Python tracker <https://bugs.python.org/issue36881> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37466] Move casting prompt after its validation in _raw_input()

2019-07-02 Thread myungsekyo
myungsekyo added the comment: Thanks to your reviews! I understood what you mean. This patch is unnecessary. I will close this issue. -- resolution: -> not a bug stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue37466] Move casting prompt after its validation in _raw_input()

2019-07-01 Thread myungsekyo
New submission from myungsekyo : I think it is more efficient to cast `variable prompt` into string after its validation in _raw_input(). Because If it is None or empty string then it is not used. ``` import timeit MAX = 1000 start = timeit.default_timer() for i in range(MAX