It's a deprecation warning. It means that some code in
facebook.djangofb uses some part of the standard library that will be
gone from future releases of python (for example python 2.7). Since
it's not in your code but in some package you are using, it's the
responsibility of the maintainers of that package to handle that, and
it's nothing for you to worry about. If you don't want to see any
deprecation warnings you can invoke the interpreter with:
-Wignore::DeprecationWarning

Why are you asking this on the Django mailing list? You'll probably
get a more thorough explanation asking the same question on the python
mailing list. Or by reading this:
http://www.python.org/dev/peps/pep-0004/

On Sun, Apr 4, 2010 at 6:43 PM, CrabbyPete <pete.do...@gmail.com> wrote:
> I am using pyfacebook and when I run the debug server I get the
> following:
>
> C:\Python26\lib\site-packages\facebook\djangofb\__init__.py:185:
> DeprecationWarning: Calling the deprecated function 'new_wrapper'
> Downgrade to decorator 2.3 if you want to use this functionality
>  return decorator.new_wrapper(updated, f)
>
> Can someone please explain this to me.
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

  • decorators CrabbyPete
    • Re: decorators Vasil Vangelovski

Reply via email to