=item C<comments>
-B<UNSTABLE>
+B<STABLE>
=over
=item C<get>
-B<EXPERIMENTAL>
+B<STABLE>
=over
case you will be told that you have specified an invalid bug_id if you
try to specify an alias. (It will be error 100.)
-=item C<permissive> B<UNSTABLE>
+=item C<permissive> B<EXPERIMENTAL>
C<boolean> Normally, if you request any inaccessible or invalid bug ids,
Bug.get will throw an error. If this parameter is True, instead of throwing an
C<int> The numeric bug_id of this bug.
-=item internals B<UNSTABLE>
+=item internals B<DEPRECATED>
A hash. The internals of a L<Bugzilla::Bug> object. This is extremely
unstable, and you should only rely on this if you absolutely have to. The
structure of the hash may even change between point releases of Bugzilla.
+This will be disappearing in a future version of Bugzilla.
+
=item is_open
C<boolean> Returns true (1) if this bug is open, false (0) if it is closed.
=back
-=item C<faults> B<UNSTABLE>
+=item C<faults> B<EXPERIMENTAL>
An array of hashes that contains invalid bug ids with error messages
returned for them. Each hash contains the following items:
=item C<history>
-B<UNSTABLE>
+B<EXPERIMENTAL>
=over
=item C<create>
-B<EXPERIMENTAL>
+B<STABLE>
=over
=item C<add_comment>
-B<EXPERIMENTAL>
+B<STABLE>
=over
=item C<update_see_also>
-B<UNSTABLE>
+B<EXPERIMENTAL>
=over