TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Python Wish List

6 pointsby progabout 14 years ago

1 comment

sharkbotabout 14 years ago
Bram's suggestion of a 'scrambled dictionary' is definitely an interesting method of testing for erroneous order dependencies, but I'm unconvinced it deserves to be promoted to a language feature. If he's worried about the code changes in his own project, perhaps Python's introspection tools could be used to replace all instances of Python lists with a custom implementation, assuming dictionary creation is an "up-front" operation.