← Back to team overview

dulwich-users team mailing list archive

Final resting place for dulwich.web

 

Hi All:

With the changes in the gzip_paster patch, the meat of the prior
dulwich/web.py got moved to dulwich/web/__init__.py . In my opinion,
having such a large chunk of code in __init__.py is not a good idea.
It makes it hard for new people looking at the source to realize that
all the real work is being done in an initialization file. I'd like to
move the code to either a single file inside dulwich/web/  (say
dulwich/web/app.py ), with backwards-compatibility imports only in
dulwich/web/__init__.py. These should come with a deprecation warning
pointing to the final canonical location.


-- 
Thanks,

David Blewett



Follow ups