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.
223223
224224 `Python Pocket Reference <http://shop.oreilly.com/product/9780596158095.do >`_
225225
226- Writing Idiomatic Python 2.7.3
226+ Writing Idiomatic Python
227227~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
228228
229229"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
232232It is followed by an explanation of why the idiom is important. It also contains two
233233code samples: the "Harmful" way to write it and the "Idiomatic" way
234234
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/ >`_
236238
237239
You can’t perform that action at this time.
0 commit comments