• test

    From Aaron P@21:1/5 to All on Wed Dec 14 11:29:36 2022
    1
    2
    3
    4
    5
    6
    7
    8
    def get_certain_things(things: list, idexes_to_exclude: list) -> list:
    """Parse a list by index."""
    result = list()
    for idx, thing in enumerate(things):
    if idx in indexes_to_exclude:
    continue
    result.append(thing)
    return result

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jim Byrnes@21:1/5 to All on Tue Mar 7 16:48:40 2023
    haven't received anything from the list for quite awhile. Got no
    response when I tried to contact the administrator.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From dn@21:1/5 to Jim Byrnes on Wed Mar 8 11:56:12 2023
    On 08/03/2023 11.48, Jim Byrnes wrote:
    haven't received anything from the list for quite awhile. Got no
    response when I tried to contact the administrator.

    ACK

    --
    Regards,
    =dn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hen Hanna@21:1/5 to Jim Byrnes on Wed Mar 8 09:19:44 2023
    On Tuesday, March 7, 2023 at 2:54:02 PM UTC-8, Jim Byrnes wrote:
    haven't received anything from the list for quite a while. Got no
    response when I tried to contact the administrator.

    when that happens, (i think) the usual thing to do is to check the Archive page

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From test1234abc@googlemail.com@21:1/5 to All on Thu Jan 18 08:41:51 2024
    test

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)