Hi all,

After execution of __init__ of RegexURLResolver, its fields 
_regex_dict, _reverse_dict, _namespace_dict, and _app_dict, all have an 
entry in them, such as dict: {'en-us': <_sre.SRE_Pattern object at 
0x02D83720>}, but it's expected all the dicts should be empty because they 
are assigned to { } in __init__
I really don't know what happened...

*execution background*
1. Eclipse/PyDev debug mode
2. Django 1.5
3. run "manage.py runserver --noreload"
4. visit 127.0.0.1:8000/admin/
5. when "resolver = urlresolvers.RegexURLResolver(r'^/', urlconf)" in 
WSGIHandler.get_response was executed
6. the described question will be observed in Eclipse debugger


Thanks,
Andrew

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to