From 8df4b447a8838983c30b2227293d10ac1ad41b93 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Mon, 29 Feb 2016 23:16:11 -0500 Subject: Drafted Chapter 5. --- report/appendix/combox-2to3.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 report/appendix/combox-2to3.tex (limited to 'report/appendix/combox-2to3.tex') diff --git a/report/appendix/combox-2to3.tex b/report/appendix/combox-2to3.tex new file mode 100644 index 0000000..879eecb --- /dev/null +++ b/report/appendix/combox-2to3.tex @@ -0,0 +1,12 @@ +\chapter{Making combox Python 3 compatible}\label{a-python3c} + +\epigraph{Indeed, when you see new 3.x versions rolling off the line + and no one using them, it’s hard to shake the feeling that Python + might die in this transition. How will we ever make it across the + chasm?}{\textit{Aaron Swartz, March 2012}} + +What follows is the changes that will have to be made to make combox +compatible with Python version 3.x; it was generated by the +\verb+2to3+ program. + +\lstinputlisting[basicstyle=\scriptsize]{code/combox-2to3.diff} \ No newline at end of file -- cgit v1.2.3