Re: [pygame] The long-ish pygame github migration status email.

2017-04-02 Thread Nicholas H.Tollervey
Hi, I believe this may be the technique you're looking for: https://github.com/ntoll/microfs/blob/master/microfs.py#L55 (See the raw on / off / execute functions for sending arbitrary data via UART to the device.) Hope this helps. N. On 02/04/17 10:47, René Dudfield wrote: > Added some help f

Re: [pygame] The long-ish pygame github migration status email.

2017-04-02 Thread René Dudfield
Added some help for creating a pull request on github here: http://www.pygame.org/wiki/Hacking#Submitting%20changes%20to%20github The wiki/Hacking page is the pygame development guide. I tried to update it the other week to make it up to date. On Sun, Apr 2, 2017 at 11:35 AM, René Dudfield w

Re: [pygame] The long-ish pygame github migration status email.

2017-04-02 Thread René Dudfield
I've updated the travisci, appveyor, and launchpad for the pygame github repo, and added a Coverity code scanner. As you can see branches for pull requests get built as well. This is much nicer for testing if changes are ok than what we had. https://github.com/pygame/pygame/pull/332 best, On Mo