/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/index.es.txt

  • Committer: John Arbash Meinel
  • Date: 2009-10-13 16:44:43 UTC
  • mto: This revision was merged to the branch mainline in revision 4741.
  • Revision ID: john@arbash-meinel.com-20091013164443-b92lnyiir2ucyguj
Stop using hash() because of bugs wrt pyrex 0.9.8.5

Rather than going directly to the Py_TYPE() object, I also use PyObject_Hash()
everywhere now. This simplifies the code a little bit, as I can declare it
returns -1 as an exception, rather than having to manually check the return
value.

What is really strange is that pyrex 0.9.7.2 gets it right, strange
regression to have. cython 0.11.3 also gets it right, but I don't know
that all versions of cython handle it correctly, either.


The main problem is that we are mixing, and then comparing
'other_hash = this_hash'. If we always used the 32-bit form, we would
be okay for our purposes, or always use the 64-bit form. I'm focusing
on the latter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
==================================
4
4
 
5
5
Las ultimas versiones de estos documentos se encuentran disponibles
6
 
en la pagina de  Bazaar, http://doc.bazaar.canonical.com/.
 
6
en la pagina de  Bazaar, http://doc.bazaar-vcs.org.
7
7
 
8
8
Documentacion Principal
9
9
=======================
10
10
 
11
 
* `Mini Tutorial <es/mini-tutorial/index.html>`_
 
11
* `Mini Tutorial <es/mini-tutorial/index.html>`_ 
12
12
 
13
13
* `Referencia Rapida <es/_static/es/bzr-es-quick-reference.svg>`_
14
14
 
15
 
* `Guia de Usuario <es/user-guide/index-plain.html>`_
 
15
* `Guia de Usuario <es/user-guide/index-plain.html>`_ 
16
16
 
17
 
* `Referencia <en/user-reference/bzr_man.html>`_
 
17
* `Referencia <en/user-reference/bzr_man.html>`_ 
18
18
 
19
19
* `Notas sobre la Version <en/release-notes/NEWS.html>`_
20
20
 
26
26
 
27
27
Mudandose a Bazaar (enlances web):
28
28
 
29
 
* `Guias de Mudanzas <http://bazaar-vcs.org/BzrSwitching>`_
 
29
* `Guias de Mudanzas <http://bazaar-vcs.org/BzrSwitching>`_ 
30
30
  - para los usuarios que se mudan de otros SCV
31
31
 
32
32
* `Guias de Migracion <http://bazaar-vcs.org/BzrMigration>`_