I was interested in providing patches for the socket module to add Bluetooth 4.0 support.  I couldn't find any details on how to provide contributions to the Python project, though...  Is there some online documentation with guidelines on how to contribute?  Should I just provide a patch to this mailing list?
">

(original) (raw)




On Mon, Jul 14, 2014 at 3:57 PM, Tim Tisdall <tisdall@gmail.com> wrote:
I was interested in providing patches for the socket module to add Bluetooth 4.0 support. I couldn't find any details on how to provide contributions to the Python project, though... Is there some online documentation with guidelines on how to contribute? Should I just provide a patch to this mailing list?


Also, is there a method to test changes against all the different *nix variations? Is Bluez the standard across the different *nix variations?

-Tim



_______________________________________________

Python-Dev mailing list

Python-Dev@python.org

https://mail.python.org/mailman/listinfo/python-dev

Unsubscribe: https://mail.python.org/mailman/options/python-dev/g.rodola%40gmail.com



Hello there,
you can take a look at:
https://docs.python.org/devguide/#contributing

Patches must be submitted on the Python bug tracker:
http://bugs.python.org/

--