diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-09-07 17:00:09 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-09-07 17:00:09 -0700 |
commit | 2a85996a5aa441f4e0a9ceec48e2137508158595 (patch) | |
tree | 4e4986cf26890f2842b8e3bc99220cda3dfb698b /NEWS | |
parent | 7643edc69ea4f4fc80c630c3dfb887658bd722b9 (diff) | |
download | mailman2-2a85996a5aa441f4e0a9ceec48e2137508158595.tar.gz mailman2-2a85996a5aa441f4e0a9ceec48e2137508158595.tar.xz mailman2-2a85996a5aa441f4e0a9ceec48e2137508158595.zip |
paths.py now adds dist-packages as well as site-packages to sys.path.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - paths.py now adds dist-packages as well as site-packages to sys.path. + (LP: #1621172) + - INIT INFO has been added to the sample init.d script. (LP: #1620121) 2.1.23 (27-Aug-2016) |