Skip to content

Commit 91d15b9

Browse files
committed
Specified required Python version more precisely.
1 parent 1ad521b commit 91d15b9

4 files changed

Lines changed: 18 additions & 16 deletions

File tree

DBUtils/Docs/UsersGuide.de.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,11 @@ <h2>Installation als Unterpaket (Plug-In) von Webware for Python</h2>
165165
</div>
166166
<div class="section" id="anforderungen">
167167
<h1>Anforderungen</h1>
168-
<p>DBUtils benötigt <a class="reference external" href="http://www.python.org">Python</a> Version 2.2 oder höher. Die Module in der Variante
169-
für klassisches PyGreSQL benötigen <a class="reference external" href="http://www.pygresql.org">PyGreSQL</a> Version 3.4 oder höher, während
170-
die Module in der allgemeinen Variante für DB-API 2 mit jedem beliebigen
171-
Python-Datenbankadapter-Modul zusammenarbeiten, das auf <a class="reference external" href="http://www.python.org/dev/peps/pep-0249/">DB-API 2</a> basiert.</p>
168+
<p>DBUtils arbeitet mit <a class="reference external" href="http://www.python.org">Python</a> 2.2 oder einer neueren Version von Python 2.
169+
Die Module in der Variante für klassisches PyGreSQL benötigen <a class="reference external" href="http://www.pygresql.org">PyGreSQL</a>
170+
Version 3.4 oder höher, während die Module in der allgemeinen Variante
171+
für DB-API 2 mit jedem beliebigen Python-Datenbankadapter-Modul
172+
zusammenarbeiten, das auf <a class="reference external" href="http://www.python.org/dev/peps/pep-0249/">DB-API 2</a> basiert.</p>
172173
</div>
173174
<div class="section" id="funktionalit-t">
174175
<h1>Funktionalität</h1>

DBUtils/Docs/UsersGuide.de.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,11 @@ wenn Sie DBUtils in die Webware-Dokumentation integrieren wollen::
107107
Anforderungen
108108
=============
109109

110-
DBUtils benötigt Python_ Version 2.2 oder höher. Die Module in der Variante
111-
für klassisches PyGreSQL benötigen PyGreSQL_ Version 3.4 oder höher, während
112-
die Module in der allgemeinen Variante für DB-API 2 mit jedem beliebigen
113-
Python-Datenbankadapter-Modul zusammenarbeiten, das auf `DB-API 2`_ basiert.
110+
DBUtils arbeitet mit Python_ 2.2 oder einer neueren Version von Python 2.
111+
Die Module in der Variante für klassisches PyGreSQL benötigen PyGreSQL_
112+
Version 3.4 oder höher, während die Module in der allgemeinen Variante
113+
für DB-API 2 mit jedem beliebigen Python-Datenbankadapter-Modul
114+
zusammenarbeiten, das auf `DB-API 2`_ basiert.
114115

115116

116117
Funktionalität

DBUtils/Docs/UsersGuide.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ <h2>Installation as a Webware for Python subpackage (plug-in)</h2>
164164
</div>
165165
<div class="section" id="requirements">
166166
<h1>Requirements</h1>
167-
<p>DBUtils runs with <a class="reference external" href="http://www.python.org">Python</a> version 2.2 and above. The modules in the classic
168-
PyGreSQL variant need <a class="reference external" href="http://www.pygresql.org">PyGreSQL</a> version 3.4 or above, while the modules in
169-
the universal DB-API 2 variant run with any Python <a class="reference external" href="http://www.python.org/dev/peps/pep-0249/">DB-API 2</a> compliant
170-
database interface module.</p>
167+
<p>DBUtils runs with <a class="reference external" href="http://www.python.org">Python</a> 2.2 or newer Python 2 versions. The modules in
168+
the classic PyGreSQL variant need <a class="reference external" href="http://www.pygresql.org">PyGreSQL</a> version 3.4 or above, while the
169+
modules in the universal DB-API 2 variant run with any Python <a class="reference external" href="http://www.python.org/dev/peps/pep-0249/">DB-API 2</a>
170+
compliant database interface module.</p>
171171
</div>
172172
<div class="section" id="functionality">
173173
<h1>Functionality</h1>

DBUtils/Docs/UsersGuide.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ integrate the DBUtils documentation into the Webware documentation::
106106
Requirements
107107
============
108108

109-
DBUtils runs with Python_ version 2.2 and above. The modules in the classic
110-
PyGreSQL variant need PyGreSQL_ version 3.4 or above, while the modules in
111-
the universal DB-API 2 variant run with any Python `DB-API 2`_ compliant
112-
database interface module.
109+
DBUtils runs with Python_ 2.2 or newer Python 2 versions. The modules in
110+
the classic PyGreSQL variant need PyGreSQL_ version 3.4 or above, while the
111+
modules in the universal DB-API 2 variant run with any Python `DB-API 2`_
112+
compliant database interface module.
113113

114114

115115
Functionality

0 commit comments

Comments
 (0)