[Tutor] Test for type(object) == ???

eryk sun eryksun at gmail.com
Sat Feb 11 03:02:24 EST 2017


On Sat, Feb 11, 2017 at 7:35 AM, boB Stepp <robertvstepp at gmail.com> wrote:
> Has this PEP been implemented yet?  I am running Python 3.5.2 and it
> appears not to work.  Also, in "What's New In Python 3.6"
> (https://docs.python.org/3/whatsnew/3.6.html) I did not see a mention
> of it.

You can see in the document header that PEP 457 is an Informational
document at the draft stage, as opposed to a Standards Track document
that's finalized. It's the best I could find as provisional
documentation of CPython's usage of '/' to mark positional-only
arguments of built-in functions. FYI, the PEP's author, Larry
Hastings, is also the author of Argument Clinic.


More information about the Tutor mailing list