[pypy-commit] extradoc extradoc: English changes.

alex_gaynor noreply at buildbot.pypy.org
Mon Jun 6 11:19:19 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r3607:f0552933d3e1
Date: 2011-06-06 11:19 +0200
http://bitbucket.org/pypy/extradoc/changeset/f0552933d3e1/

Log:	English changes.

diff --git a/talk/djangocon.eu2011/talk.rst b/talk/djangocon.eu2011/talk.rst
--- a/talk/djangocon.eu2011/talk.rst
+++ b/talk/djangocon.eu2011/talk.rst
@@ -12,7 +12,7 @@
 What is Django?
 ---------------
 
-* Anyone knows here?
+* Anyone here know?
 
 What is PyPy?
 -------------
@@ -106,15 +106,18 @@
 
 SQLite
 ------
+
 * Standard library, just works!
 
 PostgreSQL
 ----------
+
 * RPython ``psycopg2`` compatible lib, requires compiling your own PyPy
 * ``pg8000`` and tons of other random libraries, Django doesn't work with them, but if they're pure Python they'll work with other stuff (e.g. SQLAlchemy)
 
 MySQL
 -----
+
 * (various expletives censored)
 * Nothing that works with Django ATM
 * I'm working on a ``ctypes`` based MySQLdb dropin replacement, hopefully open source soonish.


More information about the pypy-commit mailing list