Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit438cdf6

Browse files
committed
Remove remaining expected file for Python 2.2
We don't have complete expected coverage for Python 2.2 anyway, so itdoesn't seem worth keeping this one around that no one appears to beupdating anyway. Visual inspection of the differences ought to begood enough for those few who care about this obsolete Python version.
1 parenta874fe7 commit438cdf6

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.outPython 2.4 and older
44

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

10-
plpython_types_3.outPython 3.1
9+
plpython_types_3.outPython 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)

[8]ページ先頭

©2009-2025 Movatter.jp