+1 The idea is not new and I like it.
Naoki created https://bugs.python.org/issue32677 Victor 2018-01-26 11:22 GMT+01:00 Antoine Pitrou <[email protected]>: > On Fri, 26 Jan 2018 17:42:31 +0900 > INADA Naoki <[email protected]> > wrote: >> >> If str has str.isascii() method, it can be simpler: >> >> `if s.isascii() and s.isdigit():` >> >> I want to add it in Python 3.7 if there are no opposite opinions. > > +1 from me. > > Regards > > Antoine. > > > _______________________________________________ > Python-ideas mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-ideas > Code of Conduct: http://python.org/psf/codeofconduct/ _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
