Rev 2451: (bialix) fix RSTX wrong formatting in HACKING (trivial) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Tue Apr 24 15:19:26 BST 2007


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 2451
revision-id: pqm at pqm.ubuntu.com-20070424141924-i4w482pi1pb95pob
parent: pqm at pqm.ubuntu.com-20070424054249-bpkw4wwywqjt2nel
parent: bialix at ukr.net-20070424131506-8roiv9b2bu7gv3cf
committer: Canonical.com Patch Queue Manager<pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2007-04-24 15:19:24 +0100
message:
  (bialix) fix RSTX wrong formatting in HACKING (trivial)
modified:
  HACKING                        HACKING-20050805200004-2a5dc975d870f78c
  Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
    ------------------------------------------------------------
    revno: 2449.1.1
    merged: bialix at ukr.net-20070424131506-8roiv9b2bu7gv3cf
    parent: pqm at pqm.ubuntu.com-20070424033735-s0igieajv2czb2tt
    committer: Alexander Belchenko <bialix at ukr.net>
    branch nick: trivial
    timestamp: Tue 2007-04-24 16:15:06 +0300
    message:
      fix RSTX wrong formatting in HACKING
=== modified file 'HACKING'
--- a/HACKING	2007-04-24 05:02:04 +0000
+++ b/HACKING	2007-04-24 14:19:24 +0000
@@ -685,6 +685,7 @@
 
 We write some extensions in C using pyrex. We design these to work in
 three scenarios:
+
  * User with no C compiler
  * User with C compiler
  * Developers
@@ -709,8 +710,10 @@
 
 Note that pyrex does not support all 2.4 programming idioms, so some
 syntax changes may be required. I.e. 
+
  - 'from foo import (bar, gam)' needs to change to not use the brackets. 
  - 'import foo.bar as bar' needs to be 'import foo.bar; bar = foo.bar' 
+
 If the changes are too dramatic, consider
 maintaining the python code twice - once in the .pyx, and once in the .py,
 and no longer including the .py file.

=== modified file 'Makefile'
--- a/Makefile	2007-04-23 02:29:35 +0000
+++ b/Makefile	2007-04-24 13:15:06 +0000
@@ -23,7 +23,7 @@
 
 extensions:
 	@echo "building extension modules."
-	./setup.py build_ext -i
+	python setup.py build_ext -i
 
 check: extensions
 	python -Werror ./bzr selftest -v $(tests)




More information about the bazaar-commits mailing list