File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ Python 3 and 2.6 versions.
223
223
224
224
`Python Pocket Reference <http://shop.oreilly.com/product/9780596158095.do >`_
225
225
226
- Writing Idiomatic Python 2.7.3
226
+ Writing Idiomatic Python
227
227
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
228
228
229
229
"Writing Idiomatic Python", written by Jeff Knupp, contains the most common and
@@ -232,6 +232,8 @@ Each idiom is presented as a recommendation to write some commonly used piece of
232
232
It is followed by an explanation of why the idiom is important. It also contains two
233
233
code samples: the "Harmful" way to write it and the "Idiomatic" way
234
234
235
- `Writing Idiomatic Python 2.7.3 <http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/ >`_
235
+ `For Python 2.7.3+ <http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/ >`_
236
+
237
+ `For Python 3.3+ <http://www.amazon.com/Writing-Idiomatic-Python-Jeff-Knupp-ebook/dp/B00B5VXMRG/ >`_
236
238
237
239
You can’t perform that action at this time.
0 commit comments