Is there a Python language specification?

kgrad picture kgrad · Jul 7, 2009 · Viewed 13.6k times · Source

Is there anything in Python akin to Java's JLS or C#'s spec?

Answer

Noldorin picture Noldorin · Jul 7, 2009

There's no specification per se. The closest thing is the Python Language Reference, which details the syntax and semantics of the language.