Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 36b8d1d

Browse filesBrowse files
committed
Restore README.md, rename the old README as INSTALL
1 parent 7a846cf commit 36b8d1d
Copy full SHA for 36b8d1d

File tree

Expand file treeCollapse file tree

3 files changed

+43
-0
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+43
-0
lines changed

‎README renamed to ‎INSTALL

Copy file name to clipboard
File renamed without changes.

‎MANIFEST.in

Copy file name to clipboardExpand all lines: MANIFEST.in
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ recursive-include doc *.txt
22
recursive-include tests *.py
33
include MANIFEST.in
44
include HISTORY
5+
include INSTALL
6+
include README.md
57
include GPL-2.0
68
include pymemcompat.h
79
include metadata.cfg

‎README.md

Copy file name to clipboard
+41Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
MySQLdb1
2+
========
3+
4+
This is the legacy (1.x) version of MySQLdb. While it is still being
5+
maintained, there will not be a lot of new feature development.
6+
7+
[![Build Status](https://secure.travis-ci.org/farcepest/MySQLdb1.png)](http://travis-ci.org/farcepest/MySQLdb1)
8+
9+
TODO
10+
----
11+
12+
* A bugfix 1.2.4 release
13+
* A 1.3.0 release that will support Python 2.7-3.3
14+
* The 2.0 version is being renamed [moist][] and is heavily refactored.
15+
16+
Projects
17+
--------
18+
19+
* [MySQLdb-svn][]
20+
21+
This is the old Subversion repository located on SourceForge.
22+
It has all the early historical development of MySQLdb through 1.2.3,
23+
and also is the working repository for ZMySQLDA. The trunk on this
24+
repository was forked to create the [MySQLdb2][] repository.
25+
26+
* [MySQLdb1][]
27+
28+
This is the new (active) git repository.
29+
Only updates to the 1.x series will happen here.
30+
31+
* [MySQLdb2][]
32+
33+
This is the now obsolete Mercurial repository for MySQLdb-2.0
34+
located on SourceForge. This repository has been migrated to the
35+
[moist][] repository.
36+
37+
38+
[MySQLdb1]: https://github.com/farcepest/MySQLdb1
39+
[moist]: https://github.com/farcepest/moist
40+
[MySQLdb-svn]: https://sourceforge.net/p/mysql-python/svn/
41+
[MySQLdb2]: https://sourceforge.net/p/mysql-python/mysqldb-2/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.