Is there anything in Python akin to Java's JLS or C#'s spec?
Alex Martelli
2009-07-07 22:08:47
+11
A:
There's no specification per se. The closest thing is the Python Language Reference, which details the syntax and semantics of the language.
Noldorin
2009-07-07 21:27:30