/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/index.txt

  • Committer: John Arbash Meinel
  • Date: 2009-10-14 15:53:34 UTC
  • mto: This revision was merged to the branch mainline in revision 4746.
  • Revision ID: john@arbash-meinel.com-20091014155334-dxdm0ns610scz5c9
Add a test case for the bug w/ NotImplemented.

Basically, bool(NotImplemented) == True, which means that you have to
check for 'result == Py_NotImplemented' before you check PyObject_IsTrue().
Going further, though, I simplified the _is_equal a lot by switching to
using object definitions (rather than PyObject *).
This now handles exceptions and refcounts properly, and the code is cleaner
to boot. (Exceptions will now include these lines in the traceback, etc.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. Bazaar documentation master file, created by
 
2
   sphinx-quickstart on Tue Jul 21 17:04:52 2009.
 
3
   You can adapt this file completely to your liking, but it should at least
 
4
   contain the root `toctree` directive.
 
5
 
 
6
 
 
7
Table of Contents
 
8
=================
 
9
 
 
10
.. toctree::
 
11
   :maxdepth: 1
 
12
 
 
13
   user-guide/index
 
14
   tutorials/index
 
15
   quick-reference/index
 
16
   release-notes/index
 
17
   upgrade-guide/index
 
18
   user-reference/index