Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 438cdf6

Browse files
committed
Remove remaining expected file for Python 2.2
We don't have complete expected coverage for Python 2.2 anyway, so it doesn't seem worth keeping this one around that no one appears to be updating anyway. Visual inspection of the differences ought to be good enough for those few who care about this obsolete Python version.
1 parent a874fe7 commit 438cdf6

File tree

2 files changed

+7
-57
lines changed

2 files changed

+7
-57
lines changed

src/pl/plpython/expected/README

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ Guide to alternative expected files:
22

33
plpython_error_0.out Python 2.4 and older
44

5-
plpython_unicode.out any version, when server encoding != SQL_ASCII and client encoding = UTF8; else ...
6-
plpython_unicode_0.out any version, when server encoding != SQL_ASCII and client encoding != UTF8; else ...
7-
plpython_unicode_2.out Python 2.2
8-
plpython_unicode_3.out Python 2.3 through 3.1
5+
plpython_unicode.out server encoding != SQL_ASCII and client encoding == UTF8; else ...
6+
plpython_unicode_0.out server encoding != SQL_ASCII and client encoding != UTF8; else ...
7+
plpython_unicode_3.out server encoding == SQL_ASCII
98

10-
plpython_types_3.out Python 3.1
9+
plpython_types_3.out Python 3.x
10+
11+
Note: Building with Python 2.2 is supported, but there are no expected
12+
files for it (too much work to maintain).

src/pl/plpython/expected/plpython_unicode_2.out

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)