This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cool-RR
Recipients benjamin.peterson, cool-RR
Date 2010-09-17.11:07:37
SpamBayes Score 0.0030985551
Marked as misclassified No
Message-id <1284721659.85.0.399147966659.issue9872@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin,

This behavior is involved in a problem I have with Django. When using Django, you have apps that live inside a project:

my_project\
  __init__.py
  my_app\
    __init__.py
    views.py

So if you have a view function in `views.py`, it will have two separate identities, and that causes problems.

Do you have an idea what I can do about it?
History
Date User Action Args
2010-09-17 11:07:40cool-RRsetrecipients: + cool-RR, benjamin.peterson
2010-09-17 11:07:39cool-RRsetmessageid: <1284721659.85.0.399147966659.issue9872@psf.upfronthosting.co.za>
2010-09-17 11:07:37cool-RRlinkissue9872 messages
2010-09-17 11:07:37cool-RRcreate