@@ -574,10 +574,13 @@ process and user.
574574 the groups of which the specified username is a member, plus the specified
575575 group id.
576576
577- .. availability :: Unix, not WASI, not Android .
577+ .. availability :: Unix, not WASI.
578578
579579 .. versionadded :: 3.2
580580
581+ .. versionchanged :: 3.16
582+ Support for Android now exists.
583+
581584
582585.. function :: putenv(key, value, /)
583586
@@ -610,21 +613,30 @@ process and user.
610613
611614 Set the current process's effective group id.
612615
613- .. availability :: Unix, not WASI, not Android.
616+ .. availability :: Unix, not WASI.
617+
618+ .. versionchanged :: 3.16
619+ Support for Android now exists.
614620
615621
616622.. function :: seteuid(euid, /)
617623
618624 Set the current process's effective user id.
619625
620- .. availability :: Unix, not WASI, not Android.
626+ .. availability :: Unix, not WASI.
627+
628+ .. versionchanged :: 3.16
629+ Support for Android now exists.
621630
622631
623632.. function :: setgid(gid, /)
624633
625634 Set the current process' group id.
626635
627- .. availability :: Unix, not WASI, not Android.
636+ .. availability :: Unix, not WASI.
637+
638+ .. versionchanged :: 3.16
639+ Support for Android now exists.
628640
629641
630642.. function :: setgroups(groups, /)
@@ -718,32 +730,44 @@ process and user.
718730
719731 Set the current process's real and effective group ids.
720732
721- .. availability :: Unix, not WASI, not Android.
733+ .. availability :: Unix, not WASI.
734+
735+ .. versionchanged :: 3.16
736+ Support for Android now exists.
722737
723738
724739.. function :: setresgid(rgid, egid, sgid, /)
725740
726741 Set the current process's real, effective, and saved group ids.
727742
728- .. availability :: Unix, not WASI, not Android, not macOS, not iOS.
743+ .. availability :: Unix, not WASI, not macOS, not iOS.
729744
730745 .. versionadded :: 3.2
731746
747+ .. versionchanged :: 3.16
748+ Support for Android now exists.
749+
732750
733751.. function :: setresuid(ruid, euid, suid, /)
734752
735753 Set the current process's real, effective, and saved user ids.
736754
737- .. availability :: Unix, not WASI, not Android, not macOS, not iOS.
755+ .. availability :: Unix, not WASI, not macOS, not iOS.
738756
739757 .. versionadded :: 3.2
740758
759+ .. versionchanged :: 3.16
760+ Support for Android now exists.
761+
741762
742763.. function :: setreuid(ruid, euid, /)
743764
744765 Set the current process's real and effective user ids.
745766
746- .. availability :: Unix, not WASI, not Android.
767+ .. availability :: Unix, not WASI.
768+
769+ .. versionchanged :: 3.16
770+ Support for Android now exists.
747771
748772
749773.. function :: getsid(pid, /)
@@ -766,7 +790,10 @@ process and user.
766790
767791 Set the current process's user id.
768792
769- .. availability :: Unix, not WASI, not Android.
793+ .. availability :: Unix, not WASI.
794+
795+ .. versionchanged :: 3.16
796+ Support for Android now exists.
770797
771798
772799.. placed in this section since it relates to errno.... a little weak
@@ -2324,11 +2351,14 @@ features:
23242351
23252352 Change the root directory of the current process to *path *.
23262353
2327- .. availability :: Unix, not WASI, not Android .
2354+ .. availability :: Unix, not WASI.
23282355
23292356 .. versionchanged :: 3.6
23302357 Accepts a :term: `path-like object `.
23312358
2359+ .. versionchanged :: 3.16
2360+ Support for Android now exists.
2361+
23322362
23332363.. function :: fchdir(fd)
23342364
0 commit comments