Skip to content

Commit a0f2c5a

Browse files
committed
Merge branch 'v0.13.x' of https://github.com/PythonCharmers/python-future into v0.13.x
2 parents b746800 + 824acf6 commit a0f2c5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/compatible_idioms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This notebook shows you idioms for writing future-proof code that is
1111
compatible with both versions of Python: 2 and 3.
1212

1313
It accompanies Ed Schofield's talk at PyCon AU 2014, "Writing 2/3
14-
compatible code".
14+
compatible code". (The video is `here <http://www.youtube.com/watch?v=KOqk8j11aAI&t=10m14s>`_.)
1515

1616
Minimum versions:
1717

docs/notebooks/Writing Python 2-3 compatible code.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:4569bf2488b392f4d95eda8d1f5069a4b57beeefd63826b664af5e734716438f"
4+
"signature": "sha256:7db933b5a50e496cdc50293a11e19a9f4e9495eb129f7ae5e256690df94f47be"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -26,7 +26,7 @@
2626
"\n",
2727
"A PDF version is here: http://python-future.org/compatible_idioms.pdf\n",
2828
"\n",
29-
"This notebook shows you idioms for writing future-proof code that is compatible with both versions of Python: 2 and 3. It accompanies Ed Schofield's talk at PyCon AU 2014, \"Writing 2/3 compatible code\".\n",
29+
"This notebook shows you idioms for writing future-proof code that is compatible with both versions of Python: 2 and 3. It accompanies Ed Schofield's talk at PyCon AU 2014, \"Writing 2/3 compatible code\". (The video is here: <http://www.youtube.com/watch?v=KOqk8j11aAI&t=10m14s>.)\n",
3030
"\n",
3131
"Minimum versions:\n",
3232
"\n",

0 commit comments

Comments
 (0)