On Dec 13, 2007 1:02 AM, Max Ischenko <[EMAIL PROTECTED]> wrote: > OK, I want to use a "paster request" method available through PasteScript > (trunk). > > If I don't want to track svn trunk what are my options? Wait for a next > release unknown period of time? Copy the request command impl. to my > codebase (if licenses are compatible)? Submit a patch to Pylons that will > provide this feature until official PasteScript release available?
I'd put it in the Pylons bug tracker so the Pylons devs keep seeing it. Put it in a third-party package compatible with the stable version of paster, to tide people over until paster incorporates it. Or since it will be run as a shell command, write a dedicated shell command (pylonsrequest?), bypassing paster. Then when paster does catch up with the times, you can migrate to it at your leisure. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en -~----------~----~----~----~------~----~------~--~---
