Skip to content

Commit

Permalink
add a note to hopefully make the intentions of this package clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
witsch committed Jan 17, 2009
1 parent 93d0b66 commit e3d8900
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Expand Up @@ -4,6 +4,10 @@ Changelog
1.0a2 - Unreleased
------------------

* Update documentation to clarify the intentions of this package. Also see
http://thread.gmane.org/gmane.comp.web.zope.devel/18023 for more information.
[witsch]


1.0a1 - Released January 15, 2009
---------------------------------
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -12,6 +12,8 @@
classifiers = [
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Plone',
'Framework :: Zope2',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Intended Audience :: Other Audience',
Expand Down
5 changes: 5 additions & 0 deletions src/zope/globalrequest/README.txt
Expand Up @@ -11,6 +11,11 @@ following::
from zope.globalrequest import getRequest
request = getRequest()

This package is mainly intended to be used with the Zope2/Plone stack. While
it also works with the Zope3 framework, the latter promotes a clean separation
of concerns and the pattern of having a globally available request object is
discouraged.


Functional Tests
----------------
Expand Down

0 comments on commit e3d8900

Please sign in to comment.