Comment 7 for bug 504560

Revision history for this message
Rodrigo Bistolfi (rodrigobistolfi) wrote :

Hi Facundo, sorry about the delay, I have been busy at work.
How do you think we should implement this? I have a few questions:

1) Should the fix be part of the url.py module, or should it be available for other plug-ins, maybe through a separated utils.py module or similar? I think it should go in url.py and others can pick it up from there if needed. The plug-ins folder needs a clean up already.

2) Do we need a simple adapter, providing an unified interface for both implementations or do we need something fancier, maybe using zope.interface ?