Comment 8 for bug 322486

Revision history for this message
Shane Hathaway (shane-hathawaymix) wrote :

BTW, I suggest (and Stephan agrees :-) ) that doctest authors should be able to write the following code:

   >>> response.setStatus(209)
   >>> response.getStatus()
   209

It would be surprising if something different happened.