All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE] Updating Python code to work nicer with Python 2.6
@ 2009-05-12 18:25 Marcin Juszkiewicz
  2009-05-12 18:25 ` [STABLE][PATCH 1/2] bitbake: Update to work without warnings with python 2.6 Marcin Juszkiewicz
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Marcin Juszkiewicz @ 2009-05-12 18:25 UTC (permalink / raw)
  To: openembedded-devel

Some time ago I fixed BitBake trunk to not generate DeprecationWarnings
when used with Python 2.6. Some time later Richard Purdie backported it
into bitbake-1.8 branch. Now I tested it with stable/2009 and want to
get it inside.

Patch.bbclass change removes DeprecationWarnings too but has to keep
compatibility with Python 2.4 so I had to use try/except block because
hashlib is 2.5+






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-05-14 15:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12 18:25 [STABLE] Updating Python code to work nicer with Python 2.6 Marcin Juszkiewicz
2009-05-12 18:25 ` [STABLE][PATCH 1/2] bitbake: Update to work without warnings with python 2.6 Marcin Juszkiewicz
2009-05-13  7:43   ` Koen Kooi
2009-05-14 15:02     ` Otavio Salvador
2009-05-12 18:25 ` [STABLE][PATCH 2/2] patch.bbclass: use hashlib with Python 2.5+ - removes DeprecationWarning Marcin Juszkiewicz
2009-05-13  7:43   ` Koen Kooi
2009-05-14 15:01     ` Otavio Salvador
2009-05-12 18:29 ` [STABLE] Updating Python code to work nicer with Python 2.6 Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.