File tree Expand file tree Collapse file tree 4 files changed +24
-13
lines changed Expand file tree Collapse file tree 4 files changed +24
-13
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,9 @@ You can also check out the `examples in the pyzmq repo <https://github.com/zerom
58
58
eventloop.rst
59
59
logging.rst
60
60
ssh.rst
61
+ notes/index.rst
61
62
62
63
63
- Notes from developing PyZMQ
64
- ===========================
65
-
66
- .. toctree ::
67
- :maxdepth: 2
68
-
69
- pyversions.rst
70
- unicode.rst
71
-
72
64
Indices and tables
73
65
==================
74
66
Original file line number Diff line number Diff line change
1
+ Notes from developing PyZMQ
2
+ ===========================
3
+
4
+ These are old notes from the early days of developing pyzmq,
5
+ back when we needed to support Python 2.5 and 3.1.
6
+
7
+ .. toctree ::
8
+ :maxdepth: 1
9
+
10
+ pyversions.rst
11
+ unicode.rst
Original file line number Diff line number Diff line change 1
- .. PyZMQ Version compatibility doc, by Min Ragan-Kelley, 2010
2
-
3
1
.. _pyversions :
4
2
5
3
PyZMQ, Python2.5, and Python3
6
4
=============================
7
5
6
+ .. note ::
7
+
8
+ This describes early days of pyzmq development,
9
+ when we supported Python 2.5 and 3.1.
10
+ Much of this information is wildly outdated now.
11
+
8
12
PyZMQ is a fairly light, low-level library, so supporting as many versions
9
13
as is reasonable is our goal. Currently, we support at least Python 2.5-3.1.
10
14
Making the changes to the codebase required a few tricks, which are documented here
Original file line number Diff line number Diff line change 1
- .. PyZMQ Unicode doc, by Min Ragan-Kelley, 2010
2
-
3
1
.. _unicode :
4
2
5
3
PyZMQ and Unicode
6
4
=================
7
5
6
+ .. note ::
7
+
8
+ This describes early days of pyzmq development,
9
+ when we supported Python 2.5 and 3.1.
10
+ Much of this information is wildly outdated now.
11
+
8
12
PyZMQ is built with an eye towards an easy transition to Python 3, and part of
9
13
that is dealing with unicode strings. This is an overview of some of what we
10
14
found, and what it means for PyZMQ.
You can’t perform that action at this time.
0 commit comments