Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
billmcneale
on Feb 20, 2011
|
parent
|
context
|
favorite
| on:
Python's Mutable Default Problem
The problem is not so much about mutable, it's that default parameters escape the scope of their method.
Which is very, very messed up (but not the first thing Python messed up).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Which is very, very messed up (but not the first thing Python messed up).