Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
b26a7ca5
Commit
b26a7ca5
authored
Sep 27, 2001
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added deprecation warning
parent
0e5197af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
lib/python/SearchIndex/README.txt
lib/python/SearchIndex/README.txt
+2
-0
lib/python/SearchIndex/__init__.py
lib/python/SearchIndex/__init__.py
+10
-2
No files found.
lib/python/SearchIndex/README.txt
0 → 100644
View file @
b26a7ca5
The SearchIndex package is deprecated since Zope 2.4
Instead use the re-factored modules in Products/PluginIndexes.
lib/python/SearchIndex/__init__.py
View file @
b26a7ca5
...
...
@@ -85,6 +85,14 @@
__doc__
=
'''Collected utilities to support database indexing.
$Id: __init__.py,v 1.7 2001/04/27 18:51:24 chrism Exp $'''
__version__
=
'$Revision: 1.7 $'
[
11
:
-
2
]
$Id: __init__.py,v 1.8 2001/09/27 17:18:38 andreasjung Exp $'''
__version__
=
'$Revision: 1.8 $'
[
11
:
-
2
]
import
warnings
warnings
.
warn
(
"The usage of the SearchIndex package is deprecated since
\
Zope 2.4.
\
n
\
This package is only kept for backwards compatibility for a while
\
n
\
and will go away in a future release.
\
n
\
\
n
\
Please use instead the re-factored modules in Products/PluginIndexes.
\
n
\
"
,
DeprecationWarning
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment