Skip to content

Commit 9db86bc

Browse files
committed
3.5.0.1
1 parent 7e863bb commit 9db86bc

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Aug 18 2023 - 3.5.0.1 released. It addresses compatibility issues with
2+
Python 3.11.
3+
14
Nov 13 2013 - 3.5.0 released
25

36
Oct 22 2013 - 3.4.1 released

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ mod_python
33

44
Documentation 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+
611
Quick Start
712
-----------
813

@@ -16,22 +21,3 @@ $ make test
1621
```
1722

1823
If 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-
```

0 commit comments

Comments
 (0)