Bug 37727 - Deprecated code
Summary: Deprecated code
Status: NEW
Alias: None
Product: papyon
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86 (IA32) All
: medium minor
Assignee: papyon-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-29 12:36 UTC by Gabriele "Whisky" Visconti
Modified: 2011-05-29 12:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Gabriele "Whisky" Visconti 2011-05-29 12:36:37 UTC
there seems to be code  that as been deprecated, in papyon:

	/Users/fastfading/src/emesene/emesene/e3/papylib/papyon/papyon/errors.py:70: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
		self.message = message
	/Users/fastfading/src/emesene/emesene/e3/papylib/papyon/papyon/errors.py:74: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
 		ret = "%s Parse Error: %s" % (self.protocol, self.message)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.