Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paste is dead. Switch from Paste to WebError. #1

Closed
wants to merge 4 commits into from

Conversation

sdouche
Copy link

@sdouche sdouche commented Dec 13, 2013

No description provided.

@@ -1,5 +1,5 @@
import zope.security.management
from paste.evalexception.middleware import EvalException
from weberror.evalexception import EvalException

class ZopeEvalException(EvalException):
"""Wrapper around Paste's EvalException middleware that simply
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the docstring, too.

@tseaver
Copy link
Member

tseaver commented Dec 15, 2013

The 'Framework :: Paste' Trove classifier is still in setup.py. In addition, we normally document the supported Python versions using explicit classifiers, and add testing machinery to ensure that the supported versions continue to work.

@sdouche
Copy link
Author

sdouche commented Dec 15, 2013

In addition, we normally document the supported Python versions using explicit classifiers,

Python 2, 2.7, 3, 3.3 added.

and add testing machinery to ensure that the supported versions continue to work.

You must install Zope3, insert a error and verify if pdb and GUI are launched. Is it necessary for a simple dev tool?

@sdouche sdouche closed this Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants