[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] ANNOUNCE: pygame1.9.0rc4



oops, that should be "python -m pygame.docs" to view the documents. Also for Python 3, the only things really missing are the scrap module, which isn't implemented on all systems yet, and the sndarray and surfarray modules, which doesn't matter since numpy hasn't been ported to Python 3 yet. Also there are some issues with open files and file names to be resolved.

Lenard

Lenard Lindstrom wrote:
Hi,

You should also mentioned the latest docs are also bundled with the Pygame package. To view in you default web browser just do pygame -m pygame.docs.

Lenard

René Dudfield wrote:
*_______** _ _ _____ _ ___ _ _____
||     \ \\     /    /     \      //\     ||\    /|  /|_    \_
||     |  \\   /    ||           //  \    || \  / |  ||
|-_-----_/   \\_/     ||    ==    //____\   ||  \/  |  ||_====_|
**|**|          ||      ||    ||   //      \  ||      |  ||
*_|_*_|_ _||_ \____/ _//_ \ _||_ | \_=====_/
                                                           *.
                                                           *o*
                  *1.9.0RC4*                                 *r*
                                                           *g*


What's new (heaps of things since 1.8.1):
  http://www.pygame.org/whatsnew.shtml

Summary of changes:
[snip]

- pygame.examples + pygame.tests included with pygame. This makes testing easier, and also makes learning pygame more fun and easy.