From ee9429c2c319d5d794e49da7b0fe13fca9945194 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Fri, 23 Apr 2010 01:56:30 -0700 Subject: [PATCH] collision: Docstring should not mention pyrex. --- NEWS.txt | 5 +++++ bulletml/collision.py | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 70d15d1..08c7617 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,2 +1,7 @@ +2 - 2010.04.?? + * Easier to extend Action with new behaviors. + * Conditional // elements. + * Faster Pyrex-less collision extension. + 1 - 2010.04.10 * Initial release. diff --git a/bulletml/collision.py b/bulletml/collision.py index 0394ed3..1683e58 100644 --- a/bulletml/collision.py +++ b/bulletml/collision.py @@ -4,8 +4,9 @@ This module provides simple collision checking appropriate for shmups. It provides a routine to check whether two moving circles collided during the past frame. -If Pyrex was available when installing, this will used optimized -versions of the functions. +An equivalent C-based version will be used automatically if it was +compiled and installed with the module. If available, it will be noted +in the docstrings for the functions. Basic Usage: -- 2.20.1