Ticket #642 (defect)
Opened 2 years ago
Last modified 2 years ago
RamSession object has no attribute 'pop'
Status: closed (fixed)
| Reported by: | guest | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
When trying to remove a session key:
cherrypy.session.pop(k)
Get
File "c:\python24\lib\site-packages\cherrypy\init.py", line 62, in getattr
return getattr(self._get_child(), name) AttributeError?: 'RamSession' object has no attribute 'pop'
Change History
01/16/07 15:11:25: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
- milestone set to 3.0.


Fixed in [1600].