Hello Alexandre, 2012/3/10 Alexandre Bm <[email protected]>: > Hello everyone, i want to submit a patch to HTMLParser.py, is there any one > who know where can i submit it ? > Thanks !
The simplest is probably to file a new issue in bugs.pypy.org. Alternatively, you can also fork the mercurial repository, and submit a Pull Request. This said, HTMLParser.py is part of the Python standard library, would your patch also apply to the "official" CPython implementation? Cheers, -- Amaury Forgeot d'Arc _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
