Hacker News new | ask | show | jobs
by mort96 78 days ago
How do you differentiate between something that "happens to work due to an implementation detail" and a "proper feature that's specified to work" in a language without a specification?
2 comments

In a language without a spec? You don't. But python has a very strong spec.
Where?
peps.python.org
There's still documentation.