-1

Today I found out that cherrypy documentation page does not work anymore. Does anyone know an alternative source of documentation?

Roman
  • 124,451
  • 167
  • 349
  • 456

1 Answers1

1
python
>>> import cherrypy
>>> help(cherrypy)

Might be a good option or http://docs.cherrypy.org/stable/ works for me!

Steve Barnes
  • 27,618
  • 6
  • 63
  • 73