[Python-apps-commits] r8944 - in packages/cython/trunk/debian (3 files)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Mon Jul 16 16:08:58 UTC 2012


    Date: Monday, July 16, 2012 @ 16:08:50
  Author: yoh
Revision: 8944

"stings" typo patch, Thanks Jakub Wilk (Closes: #679359)

Added:
  packages/cython/trunk/debian/patches/typo-stings
Modified:
  packages/cython/trunk/debian/changelog
  packages/cython/trunk/debian/patches/series

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2012-07-16 16:08:15 UTC (rev 8943)
+++ packages/cython/trunk/debian/changelog	2012-07-16 16:08:50 UTC (rev 8944)
@@ -7,7 +7,10 @@
   * Provide Python 3 package -- cython3 (Closes: #674073)
   * Bump Standards-Version to 3.9.3
 
- -- Yaroslav Halchenko <debian at onerussian.com>  Sat, 30 Jun 2012 11:44:24 -0400
+  [ Yaroslav Halchenko ]
+  * "stings" typo patch, Thanks Jakub Wilk (Closes: #679359)
+  
+ -- Yaroslav Halchenko <debian at onerussian.com>  Sat, 30 Jun 2012 12:13:28 -0400
 
 cython (0.15.1-2) unstable; urgency=low
 

Modified: packages/cython/trunk/debian/patches/series
===================================================================
--- packages/cython/trunk/debian/patches/series	2012-07-16 16:08:15 UTC (rev 8943)
+++ packages/cython/trunk/debian/patches/series	2012-07-16 16:08:50 UTC (rev 8944)
@@ -1,2 +1,3 @@
 deb_tempdisable_numpy_doctests
 python27-testsuite-fix.patch
+typo-stings

Added: packages/cython/trunk/debian/patches/typo-stings
===================================================================
--- packages/cython/trunk/debian/patches/typo-stings	                        (rev 0)
+++ packages/cython/trunk/debian/patches/typo-stings	2012-07-16 16:08:50 UTC (rev 8944)
@@ -0,0 +1,18 @@
+From: Jakub Wilk <jwilk at debian.org>
+Subject: stings
+
+Origin: Debian
+Bug-Debian: http://bugs.debian.org/679359
+Last-Update: 2012-06-30
+
+--- a/docs/src/reference/compilation.rst
++++ b/docs/src/reference/compilation.rst
+@@ -143,7 +143,7 @@
+ ``boundscheck``  (True / False)
+     If set to False, Cython is free to assume that indexing operations
+     ([]-operator) in the code will not cause any IndexErrors to be
+-    raised. Lists, tuples, and stings are affected only if the index
++    raised. Lists, tuples, and strings are affected only if the index
+     can be determined to be non-negative (or if ``wraparound`` is False). 
+     Conditions
+     which would normally trigger an IndexError may instead cause




More information about the Python-apps-commits mailing list