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

Commit3e584e0

Browse files
committed
Remove use of whrandom module, which was removed in Python 2.5.
1 parent0b35b01 commit3e584e0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎src/pl/plpython/expected/plpython_function.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ CREATE FUNCTION import_succeed() returns text
4949
import sha
5050
import string
5151
import time
52-
import whrandom
5352
except Exception, ex:
5453
plpy.notice("import failed -- %s" % str(ex))
5554
return "failed, that wasn''t supposed to happen"

‎src/pl/plpython/sql/plpython_function.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ CREATE FUNCTION import_succeed() returns text
5858
import sha
5959
import string
6060
import time
61-
import whrandom
6261
except Exception, ex:
6362
plpy.notice("import failed -- %s" % str(ex))
6463
return "failed, that wasn''t supposed to happen"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp