[Bug 309868] Re: FutureWarning anoying

2009-06-17 Thread Julian Andres Klode
Has been fixed ** Changed in: python-apt (Ubuntu) Status: New = Fix Released -- FutureWarning anoying https://bugs.launchpad.net/bugs/309868 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 309868] Re: FutureWarning anoying

2009-06-17 Thread Julian Andres Klode
python-apt (0.7.9~exp2ubuntu2) jaunty; urgency=low * apt/__init__.py: - remove the future warning * aptsources/distro.py: - fix indent breakage (LP: #319714) -- Michael Vogt michael.v...@ubuntu.com Wed, 21 Jan 2009 21:47:21 +0100 -- FutureWarning anoying

[Bug 309868] Re: FutureWarning anoying

2009-01-09 Thread Julian Andres Klode
As I plan to rename everything, it is certainly not a good idea to remove the warning. (although it will still be backwards compatible [in most cases, at least]). But don't worry, it won't happen very soon. -- FutureWarning anoying https://bugs.launchpad.net/bugs/309868 You received this bug

[Bug 309868] Re: FutureWarning anoying

2008-12-20 Thread Siegfried Gevatter (RainCT)
Carl: If this helps, you can avoid that your applications display it by adding the following lines before you import apt: # ignore apt's API not stable yet warning import warnings warnings.filterwarnings(ignore, category=FutureWarning, append=1) ** Changed in: python-apt (Ubuntu) Importance: