Accepting request 610285 from home:jengelh:branches:devel:languages:python
- Update wording of description so it does not assume any specific user context. OBS-URL: https://build.opensuse.org/request/show/610285 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backcall?expand=0&rev=4
This commit is contained in:
parent
241b76ae9b
commit
abb0aa07bf
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 08:16:15 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update wording of description so it does not assume any specific
|
||||
user context.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 1 05:39:29 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -34,10 +34,10 @@ BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
If your code lets other people supply callback functions, it’s
|
||||
important to specify the function signature you expect, and check that
|
||||
functions support that. Adding extra parameters later would break
|
||||
other peoples code unless you’re careful.
|
||||
If code lets other people supply callback functions, it is important
|
||||
to specify the function signature that is being expected, and to
|
||||
check that functions support that. Adding extra parameters later
|
||||
would break other peoples code unless one is careful.
|
||||
backcall provides a way of specifying the callback signature using a
|
||||
prototype function.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user