Changeset 391 for python/trunk/Modules/_sqlite/module.h
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Modules/_sqlite/module.h
r2 r391 1 1 /* module.h - definitions for the module 2 2 * 3 * Copyright (C) 2004-20 07Gerhard Häring <gh@ghaering.de>3 * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de> 4 4 * 5 5 * This file is part of pysqlite. … … 26 26 #include "Python.h" 27 27 28 #define PYSQLITE_VERSION "2. 4.1"28 #define PYSQLITE_VERSION "2.6.0" 29 29 30 30 extern PyObject* pysqlite_Error;
Note:
See TracChangeset
for help on using the changeset viewer.