Re: [Tutor] Python Django Query

2019-04-02 Thread nitin chandra
Thanks Cameron, Just got lucky yesterday and found a resource at my end to help me out. Thank you On Tue, 2 Apr 2019 at 04:31, Cameron Simpson wrote: > > On 29Mar2019 21:18, nitin chandra wrote: > >Hi Everyone, > >I need some guidance / corrections to my code. > >I hosted a demo site on python

Re: [Tutor] Questions about the deprecation of standard library modules

2019-04-02 Thread Steven D'Aprano
On Sat, Mar 30, 2019 at 10:13:16PM -0500, boB Stepp wrote: > So my main question is how does one know in which Python version a > deprecated module will be removed? I'm not too concerned about the > imp module, but _do_ want to know how the removal process works for > deprecated standard library