View Single Post
Old Jul 14th, 2006, 11:16 AM   #16
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by Sane
By the way, I'm not sure if you saw my post edit? It wasn't included in your quote. I'll assume you hadn't seen it.
Quote:
Originally Posted by Sane
You also didn't really answer my question. I know what's happening, what I don't know is if it has any impact on Python. If vars is actually an essential part of Python, or some sort of representation therein.
I'm sorry, I don't understand the question. If you're worried about it affecting the internals (which it shouldn't do beyond the scope of its operation), you can aways copy the data to a nice, safe, normal dict object.
Arevos is offline   Reply With Quote