File tree Expand file tree Collapse file tree 2 files changed +8
-19
lines changed
Expand file tree Collapse file tree 2 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 1+ Aug 18 2023 - 3.5.0.1 released. It addresses compatibility issues with
2+ Python 3.11.
3+
14Nov 13 2013 - 3.5.0 released
25
36Oct 22 2013 - 3.4.1 released
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ mod_python
33
44Documentation for mod_python is on http://www.modpython.org/
55
6+ Mod_python is going to be maintained on Github from here on. There is
7+ no plan for additional releases, the latest code is the master branch,
8+ which will be kept as stable as possible. For issues and questions
9+ please use Github.
10+
611Quick Start
712-----------
813
@@ -16,22 +21,3 @@ $ make test
1621```
1722
1823If the above worked - read the tutorial in the documentation.
19-
20- OS Hints
21- --------
22-
23- ### Windows:
24-
25- HELP NEEDED! I do not have access to a Windows development
26- environment. If you get a Windows compile working, please create a
27- pull request or drop a note on the mod_python mailing list:
28- mod_python@modpython.org (Note: subscription required).
29-
30- ### Mac OS X/Darwin:
31-
32- At least on OS X 10.8.5, the following was required in order for compile to work:
33-
34- ``` shell
35- sudo ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain \
36- /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain
37- ```
You can’t perform that action at this time.
0 commit comments