Changes between Initial Version and Version 1 of Ticket #16774, comment 7


Ignore:
Timestamp:
Sep 17, 2011, 10:31:14 PM (13 years ago)
Author:
Nowell Strite

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16774, comment 7

    initial v1  
    44> I should note that we probably should use a completely new exception to avoid any possible backwards incompatibilities (and provide a better-reading API. Maybe something along the lines of `ContinueResolving` or something.
    55
    6 Hey Jacob, I Implemented your suggestion and separated the exception off into it's own subclass of Resolver404 called ContinueResolving to provide a cleaner API as well as ensure no possible backwards incompatibility. Any suggestions on where you would like this functionality documented? In docs/topics/http/urls.txt? I can take a stab at docs if you like.
     6Hey Jacob, I Implemented your suggestion and separated the exception off into it's own subclass of Resolver404 called ContinueResolving to provide a cleaner API as well as ensure no possible backwards incompatibility. Any suggestions on where you would like this functionality documented? In docs/topics/http/urls.txt? I took an initial stab at adding the ContinueResolving exception documentation into the documentation there. Can you provide any guidance or suggestion on a better format or approach to documenting this feature or where/how you would like to call it out. I have seen "versionadded:: 1.4" markers elsewhere but I wasn't sure how to fold in that indication within the current doc structure for this feature.
    77
    88Thanks!
Back to Top