X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-python.pod;h=267296cfd6009a82904198f3b999b3dfe5aa3ab7;hb=171d6a4bd5e05b56be83860701d35bfe1373d6a7;hp=36d2be33c9d6076c2b640e18bde192e90763a0c6;hpb=ff8390d53b08dd36f8b0c5f4e530fe7ea9f21b90;p=collectd.git diff --git a/src/collectd-python.pod b/src/collectd-python.pod index 36d2be33..267296cf 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -1,3 +1,13 @@ +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. + =head1 NAME collectd-python - Documentation of collectd's C @@ -426,6 +436,7 @@ exception will be raised. If the content of the sequence is not a number, a I exception will be raised. =item meta + These are the meta data for this Value object. It has to be a dictionary of numbers, strings or bools. All keys must be strings. I and objects will be dispatched as signed integers unless @@ -692,14 +703,8 @@ dispatched by the python plugin after upgrades. =item -This plugin is not compatible with python3. Trying to compile it with python3 -will fail because of the ways string, unicode and bytearray behavior was -changed. - -=item - Not all aspects of the collectd API are accessible from python. This includes -but is not limited to meta-data, filters and data sets. +but is not limited to filters and data sets. =back